diff options
author | greid <greid@FreeBSD.org> | 2001-06-09 00:45:26 +0800 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-06-09 00:45:26 +0800 |
commit | 87859631daaaaf1ef6e18461694bcc19739f7536 (patch) | |
tree | ef9160fdc4c356f09b674b38d62f1ed08b594565 /audio/mp3blaster/files | |
parent | a1c29e87a3349dc783aa7259bd5907db8ef8e3cb (diff) | |
download | freebsd-ports-gnome-87859631daaaaf1ef6e18461694bcc19739f7536.tar.gz freebsd-ports-gnome-87859631daaaaf1ef6e18461694bcc19739f7536.tar.zst freebsd-ports-gnome-87859631daaaaf1ef6e18461694bcc19739f7536.zip |
Fix the build of this port in the case where the devel/pth port has also been
installed.
Spotted by: rbg@gintera.org
Diffstat (limited to 'audio/mp3blaster/files')
-rw-r--r-- | audio/mp3blaster/files/patch-ab | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/audio/mp3blaster/files/patch-ab b/audio/mp3blaster/files/patch-ab index e4231ebaeb20..263c03a4e258 100644 --- a/audio/mp3blaster/files/patch-ab +++ b/audio/mp3blaster/files/patch-ab @@ -1,6 +1,17 @@ ---- configure.orig Fri Jan 26 04:21:29 2001 -+++ configure Fri Feb 16 15:50:41 2001 -@@ -2130,7 +2130,7 @@ +--- configure.orig Tue Apr 10 23:19:27 2001 ++++ configure Fri Jun 8 17:38:18 2001 +@@ -1549,8 +1549,8 @@ + if test "`uname -s`" = "FreeBSD" ; then + echo "FreeBSD detected." + FREEBSD=1 +- LDFLAGS="-L/usr/local/lib $LDFLAGS" +- CPPFLAGS="-I/usr/local/include $CPPFLAGS" ++ LDFLAGS="$LDFLAGS -L${libdir}" ++ CPPFLAGS="-I${includedir} $CPPFLAGS" + cat >> confdefs.h <<\EOF + #define AUDIO_NONBLOCKING 1 + EOF +@@ -2195,7 +2195,7 @@ fi done @@ -9,7 +20,7 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -3310,7 +3310,6 @@ +@@ -3382,7 +3382,6 @@ |