From 490b7d45b29bd06a5489fcac16ebb1ca24eafde3 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 2 Aug 2013 13:35:48 +0200 Subject: [PATCH] manually add /usr/local/share/aclocal to find pkg.m4. --- 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 41e4b4e..b42613f 100755 --- a/tools/build-sdlmixer.sh +++ b/tools/build-sdlmixer.sh @@ -47,7 +47,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 $DESTROOT/share/aclocal -I `aclocal --print-ac-dir`" ./autogen.sh \ + ACLOCAL_FLAGS="-I $DESTROOT/share/aclocal -I `aclocal --print-ac-dir` -I /usr/local/share/aclocal" ./autogen.sh \ --prefix=$DESTROOT \ --disable-shared \ --host=arm-apple-darwin \