mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-14 17:36:31 +01:00
oops in the gtk stack build script
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12477 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
52cc168faf
commit
cc40898345
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ if [ x$OSX = x ] ; then
|
|||
tar xf freetype-2.4.8.tar.bz2 && (cd freetype-2.4.8 && patch -p0 < $freetype_bytecode_patch && CFLAGS=$GLOBAL_CFLAGS LDFLAGS="$GLOBAL_LDFLAGS" ./configure $GLOBAL_CONF && make && make install) || die "freetype build failed"
|
||||
else
|
||||
tar xf freetype-2.4.8.tar.bz2 && (cd freetype-2.4.8 && CFLAGS=$GLOBAL_CFLAGS LDFLAGS="$GLOBAL_LDFLAGS" ./configure $GLOBAL_CONF && make && make install) || die "freetype build failed"
|
||||
endif
|
||||
fi
|
||||
|
||||
tar xf fontconfig-2.8.0.tar.gz && (cd fontconfig-2.8.0 && CFLAGS=$GLOBAL_CFLAGS LDFLAGS="$GLOBAL_LDFLAGS" ./configure $GLOBAL_CONF && make && make install) || die "fontconfig build failed"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue