changeset 1:d04ebdcc7bd6

bugfix for SDL_mixer
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 13 Jun 2007 11:49:10 +0200
parents 9bc70e14843e
children 6933ceaac6d1
files build_static_win32_libs.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \