Merge pull request #25 from rogererens/master

MacPorts enabling
This commit is contained in:
Mathieu Virbel 2012-11-02 08:43:36 -07:00
commit 2a0d4408d2

View file

@ -45,7 +45,7 @@ if [ ! -f libtremor/tremor/.libs/libvorbisidec.a ]; then
OGG_CFLAGS="-I../../libogg/include" \
OGG_LDFLAGS="-L../../libogg/src/.libs" \
PKG_CONFIG_LIBDIR="../../libogg" \
ACLOCAL_FLAGS="-I /usr/local/share/aclocal" ./autogen.sh \
ACLOCAL_FLAGS="-I /usr/local/share/aclocal -I /opt/local/share/aclocal" ./autogen.sh \
--disable-shared \
--host=arm-apple-darwin \
--enable-static=yes \