mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
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:
parent
b4e8aeaf34
commit
db6142dc5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue