summaryrefslogtreecommitdiff
path: root/audio/mpeglib_artsplug/files/patch-splay_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpeglib_artsplug/files/patch-splay_control.cpp')
-rw-r--r--audio/mpeglib_artsplug/files/patch-splay_control.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/mpeglib_artsplug/files/patch-splay_control.cpp b/audio/mpeglib_artsplug/files/patch-splay_control.cpp
new file mode 100644
index 000000000000..380957b19d3c
--- /dev/null
+++ b/audio/mpeglib_artsplug/files/patch-splay_control.cpp
@@ -0,0 +1,16 @@
+Index: mpeglib/example/yaf/yafsplay/splay_control.cpp
+===================================================================
+RCS file: /home/kde/kdemultimedia/mpeglib/example/yaf/yafsplay/splay_control.cpp,v
+retrieving revision 1.6
+diff -u -3 -p -r1.6 splay_control.cpp
+--- mpeglib/example/yaf/yafsplay/splay_control.cpp 2002/11/22 21:52:54 1.6
++++ mpeglib/example/yaf/yafsplay/splay_control.cpp 2002/11/28 08:51:50
+@@ -28,7 +28,7 @@ using namespace std;
+ // we include our plugin here
+ #include "../../../lib/decoder/splayPlugin.h"
+
+-#if defined(HAVE_GETOPT_H)
++#if defined(HAVE_GETOPT_H) && !defined(__FreeBSD__)
+ #include <getopt.h>
+ #endif
+