try to get path to patches correct

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12386 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-05-23 02:23:18 +00:00
parent b4e8aeaf34
commit db6142dc5c

View file

@ -285,7 +285,7 @@ fi
tar xf libvorbis-1.3.2.tar.bz2 && \
(set -e && cd libvorbis-1.3.2 && CXXFLAGS="$GLOBAL_CFLAGS" CFLAGS="$GLOBAL_CFLAGS" LDFLAGS="$GLOBAL_LDFLAGS" ./configure --prefix=$PREFIX && make && make install) || die "vorbis build failed"
sndfile_patch=`ls $this_script_dir/misc-patches/libsndfile-1.0.25.patch`
sndfile_patch=../`ls $this_script_dir/misc-patches/libsndfile-1.0.25.patch`
if [ x$OSX != x ] ; then
# sndfile-play incorrectly includes <Carbon.h> which no longer works on Lion