summaryrefslogtreecommitdiff
path: root/audio/mp3splt-devel/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3splt-devel/patches/patch-ab')
-rw-r--r--audio/mp3splt-devel/patches/patch-ab35
1 files changed, 35 insertions, 0 deletions
diff --git a/audio/mp3splt-devel/patches/patch-ab b/audio/mp3splt-devel/patches/patch-ab
new file mode 100644
index 00000000000..47ebd82ff0a
--- /dev/null
+++ b/audio/mp3splt-devel/patches/patch-ab
@@ -0,0 +1,35 @@
+$NetBSD: patch-ab,v 1.1.1.1 2008/02/06 09:31:06 bjs Exp $
+
+--- configure.orig 2006-12-21 16:36:28.000000000 -0500
++++ configure
+@@ -3260,30 +3260,9 @@ fi
+ { echo "$as_me:$LINENO: checking the host" >&5
+ echo $ECHO_N "checking the host... $ECHO_C" >&6; }
+ case $host in
+- *linux*)
+- HOST="Linux-based system"
+- ;;
+- *openbsd*)
+- HOST="OpenBSD"
+- ;;
+- *netbsd*)
+- HOST="NetBSD"
+- ;;
+- *freebsd*)
+- HOST="FreeBSD"
+- ;;
+- *mingw*)
+- HOST="Mingw"
+- LIBS="libvorbisfile.a libmad.a libvorbis.a libogg.a libid3tag.a libz.a libmp3splt.a -lwsock32"
+- ;;
+- *solaris*)
+- HOST="Solaris"
+- LIBS="$LIBS -lsocket"
+- ;;
+ *)
+ HOST="Other"
+ LIBS="$LIBS"
+-# LIBS="-lmad -logg -lvorbis -lvorbisfile -lm"
+ ;;
+ esac
+ { echo "$as_me:$LINENO: result: $HOST" >&5