SOURCES: vls-stdint-cpp.patch (NEW) - from Arkadiusz Podgorski

qboosh qboosh at pld-linux.org
Sat Apr 28 11:39:56 CEST 2007


Author: qboosh                       Date: Sat Apr 28 09:39:56 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from Arkadiusz Podgorski

---- Files affected:
SOURCES:
   vls-stdint-cpp.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vls-stdint-cpp.patch
diff -u /dev/null SOURCES/vls-stdint-cpp.patch:1.1
--- /dev/null	Sat Apr 28 11:39:56 2007
+++ SOURCES/vls-stdint-cpp.patch	Sat Apr 28 11:39:51 2007
@@ -0,0 +1,20 @@
+--- vls-0.5.6/Makefile.opts.in	2003-02-03 23:02:56.000000000 +0100
++++ vls-0.5.6-own/Makefile.opts.in	2006-10-28 13:58:37.000000000 +0200
+@@ -76,6 +76,7 @@
+ CCFLAGS+=-Wall
+ CCFLAGS+=-D_REENTRANT
+ CCFLAGS+=-D_FILE_OFFSET_BITS=64
++CCFLAGS+=-D__STDC_LIMIT_MACROS #stdint requires this for use in c++ code
+ LCFLAGS+=-D_REENTRANT
+ 
+ #
+--- vls-0.5.6/src/modules/dvdreader/dvdreader.cpp	2002-09-04 12:56:34.000000000 +0200
++++ vls-0.5.6-own/src/modules/dvdreader/dvdreader.cpp	2006-10-28 14:16:23.000000000 +0200
+@@ -34,6 +34,7 @@
+ 
+ #include "../../core/iso_lang.h"
+ 
++#include <stdint.h>
+ #include <dvdread/dvd_reader.h>
+ #include <dvdread/ifo_types.h>
+ #include <dvdread/ifo_read.h>
================================================================


More information about the pld-cvs-commit mailing list