461f3c5adb
into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt.
16 lines
616 B
C++
16 lines
616 B
C++
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
|
|
|