aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3blaster/files
diff options
context:
space:
mode:
authorGeorge C A Reid <greid@FreeBSD.org>2001-06-08 16:45:26 +0000
committerGeorge C A Reid <greid@FreeBSD.org>2001-06-08 16:45:26 +0000
commit1e0227f9f44a68fdd05f837b44f42e7cf3ca3c3c (patch)
tree61804535635b16c4763c489ed11397d6c98cdfde /audio/mp3blaster/files
parentbf79fec742f22481d63b763026ba02f3c38f0a33 (diff)
downloadports-1e0227f9f44a68fdd05f837b44f42e7cf3ca3c3c.tar.gz
ports-1e0227f9f44a68fdd05f837b44f42e7cf3ca3c3c.zip
Notes
Diffstat (limited to 'audio/mp3blaster/files')
-rw-r--r--audio/mp3blaster/files/patch-ab19
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 @@