From 886f344d08e9ffa409174bae6491e21b54a8bdbb Mon Sep 17 00:00:00 2001 From: rogererens Date: Fri, 2 Nov 2012 16:14:47 +0100 Subject: [PATCH] Update tools/build-sdlmixer.sh Added an Include library to ACLOCAL_FLAGS to search the autoconf directory when MacPorts was used to install dependencies. MacPorts installs by default into /opt/local. --- tools/build-sdlmixer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-sdlmixer.sh b/tools/build-sdlmixer.sh index d09431b..24d9914 100755 --- a/tools/build-sdlmixer.sh +++ b/tools/build-sdlmixer.sh @@ -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 \