summaryrefslogtreecommitdiff
path: root/audio/mp3blaster/patches/patch-ai
diff options
context:
space:
mode:
authorcube <cube>2003-09-30 09:43:59 +0000
committercube <cube>2003-09-30 09:43:59 +0000
commit70a040e0b613d4ec46d90a9bd4d34b27e6e1a654 (patch)
tree94308ef957c597b0360db19134b58d598a94b604 /audio/mp3blaster/patches/patch-ai
parent6efe866504c2877bc7871b32fbeb2980f27c6862 (diff)
downloadpkgsrc-70a040e0b613d4ec46d90a9bd4d34b27e6e1a654.tar.gz
Make this correctly compile with gcc3, by reorganizing the way it pulls
up getop_long_only implementation. Patch sent to the author. Ok'd by seb@.
Diffstat (limited to 'audio/mp3blaster/patches/patch-ai')
-rw-r--r--audio/mp3blaster/patches/patch-ai24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/mp3blaster/patches/patch-ai b/audio/mp3blaster/patches/patch-ai
new file mode 100644
index 00000000000..9ee90f27c08
--- /dev/null
+++ b/audio/mp3blaster/patches/patch-ai
@@ -0,0 +1,24 @@
+$NetBSD: patch-ai,v 1.1 2003/09/30 09:44:00 cube Exp $
+
+--- config.h.in.orig 2003-09-29 13:52:57.000000000 +0200
++++ config.h.in
+@@ -59,6 +59,9 @@
+ /* Define if you have the strstr function. */
+ #undef HAVE_STRSTR
+
++/* Define if you have the getopt_long_only function. */
++#undef HAVE_GETOPT_LONG_ONLY
++
+ /* Define if you have the <bool.h> header file. */
+ #undef HAVE_BOOL_H
+
+@@ -71,9 +74,6 @@
+ /* Define if you have the <fcntl.h> header file. */
+ #undef HAVE_FCNTL_H
+
+-/* Define if you have the <getopt.h> header file. */
+-#undef HAVE_GETOPT_H
+-
+ /* Define if you have the <machine/soundcard.h> header file. */
+ #undef HAVE_MACHINE_SOUNDCARD_H
+