diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-02-18 11:54:26 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-02-18 11:54:26 +0000 |
commit | bcea118d1437a60615f953c0e47aabcf14ae5b7b (patch) | |
tree | 272a0c92adfb7971ecae8e1ac05a826fbd4346ca /audio | |
parent | 28a6826d5703b0aa77caaeeefc29d4f5663d86bb (diff) | |
download | ports-bcea118d1437a60615f953c0e47aabcf14ae5b7b.tar.gz ports-bcea118d1437a60615f953c0e47aabcf14ae5b7b.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3blaster/Makefile | 2 | ||||
-rw-r--r-- | audio/mp3blaster/files/patch-ab | 28 |
2 files changed, 10 insertions, 20 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index c33162911b69..c7225d6178d7 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -15,8 +15,6 @@ MAINTAINER= greid@ukug.uk.freebsd.org .include <bsd.port.pre.mk> -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - .if ${OSVERSION} < 400010 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif diff --git a/audio/mp3blaster/files/patch-ab b/audio/mp3blaster/files/patch-ab index 4d55f344ebbe..e4231ebaeb20 100644 --- a/audio/mp3blaster/files/patch-ab +++ b/audio/mp3blaster/files/patch-ab @@ -1,23 +1,15 @@ ---- configure.orig Wed Jan 24 23:59:05 2001 -+++ configure Thu Jan 25 23:36:40 2001 -@@ -546,7 +546,6 @@ - ac_n= ac_c='\c' ac_t= +--- configure.orig Fri Jan 26 04:21:29 2001 ++++ configure Fri Feb 16 15:50:41 2001 +@@ -2130,7 +2130,7 @@ fi + done -- - ac_aux_dir= - for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do - if test -f $ac_dir/install-sh; then -@@ -1545,7 +1544,7 @@ - if test "`uname -s`" = "FreeBSD" ; then - echo "FreeBSD detected." - FREEBSD=1 -- LDFLAGS="-L/usr/local/lib $LDFLAGS" -+ LDFLAGS="-L/usr/local/lib -lgnugetopt $LDFLAGS" - CPPFLAGS="-I/usr/local/include $CPPFLAGS" - fi - -@@ -3310,7 +3309,6 @@ +-for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h getopt.h ++for ac_hdr in sys/soundcard.h machine/soundcard.h soundcard.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +@@ -3310,7 +3310,6 @@ |