SOURCES: libextractor-gcc4.patch (NEW) - fix build with gcc 4(.1)

qboosh qboosh at pld-linux.org
Sun Dec 11 00:06:38 CET 2005


Author: qboosh                       Date: Sat Dec 10 23:06:37 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build with gcc 4(.1)

---- Files affected:
SOURCES:
   libextractor-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libextractor-gcc4.patch
diff -u /dev/null SOURCES/libextractor-gcc4.patch:1.1
--- /dev/null	Sun Dec 11 00:06:38 2005
+++ SOURCES/libextractor-gcc4.patch	Sun Dec 11 00:06:32 2005
@@ -0,0 +1,11 @@
+--- libextractor-0.5.8/src/plugins/exiv2/basicio.hpp.orig	2005-09-18 11:54:32.000000000 +0200
++++ libextractor-0.5.8/src/plugins/exiv2/basicio.hpp	2005-12-10 23:40:40.918829728 +0100
+@@ -488,7 +488,7 @@
+         //! Destructor. Releases all managed memory
+         ~MemIo() {if (isMalloced_) free(data_);}
+ 
+-		void MemIo::wrap(const byte *data, long size);
++		void wrap(const byte *data, long size);
+ 
+         //@}
+ 
================================================================



More information about the pld-cvs-commit mailing list