Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7369/10.4/unstable/main/finkinfo/gnome

Modified Files:
        libart2.info 
Added Files:
        libart2.patch 
Log Message:
Clean for use by g++ (thanks Martin!)
New version


--- NEW FILE: libart2.patch ---
diff -Nurd -x'*~' libart_lgpl-2.3.19.orig/art_misc.h 
libart_lgpl-2.3.19/art_misc.h
--- libart_lgpl-2.3.19.orig/art_misc.h  2007-01-01 18:59:22.000000000 -0500
+++ libart_lgpl-2.3.19/art_misc.h       2007-03-01 02:24:10.000000000 -0500
@@ -34,10 +34,18 @@
 #include <libart_lgpl/art_config.h>
 #endif
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 void *art_alloc(size_t size);
 void art_free(void *ptr);
 void *art_realloc(void *ptr, size_t size);
 
+#ifdef __cplusplus
+}
+#endif
+
 /* These aren't, strictly speaking, configuration macros, but they're
    damn handy to have around, and may be worth playing with for
    debugging. */

Index: libart2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/libart2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libart2.info        27 Feb 2007 06:27:40 -0000      1.3
+++ libart2.info        1 Mar 2007 07:36:54 -0000       1.4
@@ -1,5 +1,5 @@
 Package: libart2
-Version: 2.3.18
+Version: 2.3.19
 Revision: 1
 Depends: %N-shlibs (= %v-%r)
 DescPackaging: <<
@@ -7,7 +7,8 @@
 pkg-config is not needed to compile this package.
 <<
 Source: mirror:gnome:sources/libart_lgpl/2.3/libart_lgpl-%v.tar.bz2
-Source-MD5: 7beb9139354896c12a578b9f35a88911
+Source-MD5: ac885805d1918026a18b560f4015bc66
+Patch: %n.patch
 SetCFLAGS: -Os
 InstallScript: make install DESTDIR=%d
 BuildDependsOnly: True
@@ -25,6 +26,10 @@
 here. The GPL'd component will be getting various enhanced functions
 for specific applications.
 <<
+DescPort: <<
+  Fix art_misc.h for use by C++. See:
+  http://bugzilla.gnome.org/show_bug.cgi?id=413197
+<<
 License: LGPL
 Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
 Homepage: http://www.levien.com/libart/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to