summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-03-06 00:02:51 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-03-06 00:02:51 +0000
commitcd2cbc1e08691e376028f97708b99debab4b3884 (patch)
treed23962f9768e460128fa35955a4a602b4604b66b /audio
parentForce ldconfig to run before pkg-install to fix a problem where the user (diff)
Fix build on -CURRENT.
Notes
Notes: svn path=/head/; revision=76999
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3blaster/files/patch-nmixer_getopt.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/mp3blaster/files/patch-nmixer_getopt.h b/audio/mp3blaster/files/patch-nmixer_getopt.h
new file mode 100644
index 000000000000..27840b3d7d39
--- /dev/null
+++ b/audio/mp3blaster/files/patch-nmixer_getopt.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- nmixer/getopt.h.orig Thu Mar 6 00:37:11 2003
++++ nmixer/getopt.h Thu Mar 6 00:37:21 2003
+@@ -103,7 +103,7 @@
+ errors, only prototype getopt for the GNU C library. */
+ extern int getopt (int argc, char *const *argv, const char *shortopts);
+ #else /* not __GNU_LIBRARY__ */
+-extern int getopt ();
++/* extern int getopt (); */
+ #endif /* __GNU_LIBRARY__ */
+ extern int getopt_long (int argc, char *const *argv, const char *shortopts,
+ const struct option *longopts, int *longind);