# HG changeset patch # User Volker Grabsch # Date 1181728150 -7200 # Node ID d04ebdcc7bd60f91e663edae174e2e58d612349f # Parent 9bc70e14843ef046a2b96475bc328e24580d5231 bugfix for SDL_mixer diff -r 9bc70e14843e -r d04ebdcc7bd6 build_static_win32_libs.sh --- a/build_static_win32_libs.sh Wed Jun 13 10:34:44 2007 +0200 +++ b/build_static_win32_libs.sh Wed Jun 13 11:49:10 2007 +0200 @@ -241,6 +241,7 @@ 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 \