SOURCES: kino-externc.patch (NEW) - added, fixes a global declarat...
aredridel
aredridel at pld-linux.org
Thu Aug 17 06:15:26 CEST 2006
Author: aredridel Date: Thu Aug 17 04:15:26 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- added, fixes a global declaration that conflicts with its linkage in use
---- Files affected:
SOURCES:
kino-externc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/kino-externc.patch
diff -u /dev/null SOURCES/kino-externc.patch:1.1
--- /dev/null Thu Aug 17 06:15:26 2006
+++ SOURCES/kino-externc.patch Thu Aug 17 06:15:20 2006
@@ -0,0 +1,15 @@
+diff -ur kino-0.9.0-o/src/kino_common.h kino-0.9.0/src/kino_common.h
+--- kino-0.9.0-o/src/kino_common.h 2006-08-16 21:29:54.000000000 -0600
++++ kino-0.9.0/src/kino_common.h 2006-02-07 00:10:09.000000000 -0700
+@@ -315,7 +315,9 @@
+ void fetchProjectMetadata( const std::string& projectKey );
+ };
+
+-// Yucky global reference
+-extern KinoCommon *common;
++extern "C" {
++ // Yucky global reference
++ extern KinoCommon *common;
++}
+
+ #endif
================================================================
More information about the pld-cvs-commit
mailing list