mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
fix patch application
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12374 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5039c2de49
commit
00ebb6a2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ tar xf libsamplerate-0.1.8.tar.gz && \
|
|||
(set -e && cd libsamplerate-0.1.8 && CFLAGS="$GLOBAL_CFLAGS -I/System/Library/Frameworks/Carbon.framework/Headers" LDFLAGS="$GLOBAL_LDFLAGS" ./configure --prefix=$PREFIX && make && make install) || die "samplerate build failed"
|
||||
else
|
||||
tar xf libsndfile-1.0.25.tar.gz && \
|
||||
(set -e && cd libsndfile-1.0.25 && patch -p0 $sndfile_patch && CFLAGS="$GLOBAL_CFLAGS" LDFLAGS="$GLOBAL_LDFLAGS" ./configure --prefix=$PREFIX --disable-silent-rules && make && make install) || die "sndfile build failed"
|
||||
(set -e && cd libsndfile-1.0.25 && patch -p0 < $sndfile_patch && CFLAGS="$GLOBAL_CFLAGS" LDFLAGS="$GLOBAL_LDFLAGS" ./configure --prefix=$PREFIX --disable-silent-rules && make && make install) || die "sndfile build failed"
|
||||
tar xf libsamplerate-0.1.8.tar.gz && \
|
||||
(set -e && cd libsamplerate-0.1.8 && CFLAGS="$GLOBAL_CFLAGS" LDFLAGS="$GLOBAL_LDFLAGS" ./configure --prefix=$PREFIX && make && make install) || die "samplerate build failed"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue