[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#270502: kdemultimedia_4:3.3.0-1(ia64/unstable): FTBFS: compile errors



tags 270502 + patch
thanks

This patch should fix the problem.  This problem was also fixed in
4:3.1.5-1 (bug #226371).  I guess that patch got lost somehow.

--- mpeglib/lib/input/cdromAccess.cpp.orig      Mon Oct 25 22:39:52 2004
+++ mpeglib/lib/input/cdromAccess.cpp   Mon Oct 25 22:43:03 2004
@@ -25,11 +25,13 @@
 #ifdef OS_Linux
   #include <linux/version.h>
   #include <sys/types.h>
+  #if 0 /* Remove to avoid build problems on alpha and ia64, #270502, #226371 */
   #ifndef __u64
   #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,70)
   typedef unsigned long long __u64;
   #endif
   #endif
+  #endif /* 0 */
   #include "cdromAccess_Linux.cpp"
 #endif




Reply to: