[Bug 86188] kdemultimedia gets compile errors
Stephan Kulow
coolo at kde.org
Sun Oct 17 15:08:35 BST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=86188
coolo kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From coolo kde org 2004-10-17 16:08 -------
CVS commit by coolo:
work around buggy kernel headers
BUG:86188
M +7 -0 cdromAccess_Linux.cpp 1.9
--- kdemultimedia/mpeglib/lib/input/cdromAccess_Linux.cpp #1.8:1.9
@ -11,6 +11,13 @
*/
+#ifdef __STRICT_ANSI__
+#undef __STRICT_ANSI__
+#define _ANSI_WAS_HERE_
+#endif
#include <linux/types.h>
#include <linux/cdrom.h>
+#ifdef _ANSI_WAS_HERE_
+#define __STRICT_ANSI__
+#endif
#include <sys/ioctl.h>
More information about the kde-multimedia
mailing list