bugfix for SDL_mixer

This commit is contained in:
Volker Grabsch 2007-06-13 11:49:10 +02:00
parent a0d78a1732
commit 36a9a6a7bf
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ make install bin_PROGRAMS= noinst_PROGRAMS=
cd "$SOURCE"
tar xfvz "$DOWNLOAD/SDL_mixer-$VERSION_SDL_mixer.tar.gz"
cd "SDL_mixer-$VERSION_SDL_mixer"
sed 's,for path in /usr/local; do,for path in; do,' -i configure
./configure \
--build="$BUILD" --host="$TARGET" \
--disable-shared \