diff options
Diffstat (limited to 'audio/mpeglib_artsplug/files/patch-tplay_control.cpp')
-rw-r--r-- | audio/mpeglib_artsplug/files/patch-tplay_control.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/mpeglib_artsplug/files/patch-tplay_control.cpp b/audio/mpeglib_artsplug/files/patch-tplay_control.cpp new file mode 100644 index 000000000000..4ea68a80a8c7 --- /dev/null +++ b/audio/mpeglib_artsplug/files/patch-tplay_control.cpp @@ -0,0 +1,16 @@ +Index: mpeglib/example/yaf/yaftplay/tplay_control.cpp +=================================================================== +RCS file: /home/kde/kdemultimedia/mpeglib/example/yaf/yaftplay/tplay_control.cpp,v +retrieving revision 1.3 +diff -u -3 -p -r1.3 tplay_control.cpp +--- mpeglib/example/yaf/yaftplay/tplay_control.cpp 2002/11/22 21:52:54 1.3 ++++ mpeglib/example/yaf/yaftplay/tplay_control.cpp 2002/11/28 08:55:41 +@@ -29,7 +29,7 @@ using namespace std; + #include "../../../lib/decoder/tplayPlugin.h" + + +-#if defined(HAVE_GETOPT_H) ++#if defined(HAVE_GETOPT_H) && !defined(__FreeBSD__) + #include <getopt.h> + #endif + |