
$FreeBSD: ports/audio/pysol-sound-server/files/patch-aa,v 1.5 2003/05/04 15:41:51 sobomax Exp $

--- configure.orig	Mon Jun 24 18:01:01 2002
+++ configure	Mon May  5 18:41:52 2003
@@ -17,7 +17,7 @@
 fi
 SDL_VERSION=`"$SDL_CONFIG" --version`
 SDL_CFLAGS=`"$SDL_CONFIG" --cflags`
-SDL_LIBS=`"$SDL_CONFIG" --libs`
+SDL_LIBS=`$SDL_CONFIG --libs | sed 's/-pthread//'`
 
 SMPEG_CFLAGS=""
 SMPEG_LIBS="-lsmpeg"
