r9500 - in /desktop/experimental/libart-lgpl/debian: changelog patches/90_fix-headers-for-cplusplus.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Apr 3 13:22:51 UTC 2007


Author: lool
Date: Tue Apr  3 13:22:51 2007
New Revision: 9500

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9500
Log:
* New patch, 90_fix-headers-for-cplusplus.patch, fixes linking with C++
  applications; GNOME #413197; SVN r278; closes: #417568.

Added:
    desktop/experimental/libart-lgpl/debian/patches/90_fix-headers-for-cplusplus.patch
Modified:
    desktop/experimental/libart-lgpl/debian/changelog

Modified: desktop/experimental/libart-lgpl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libart-lgpl/debian/changelog?rev=9500&op=diff
==============================================================================
--- desktop/experimental/libart-lgpl/debian/changelog (original)
+++ desktop/experimental/libart-lgpl/debian/changelog Tue Apr  3 13:22:51 2007
@@ -1,8 +1,10 @@
-libart-lgpl (2.3.19-2) UNRELEASED; urgency=low
+libart-lgpl (2.3.19-2) experimental; urgency=high
 
   * Use clean-la.mk and require gnome-pkg-tools 0.7.
+  * New patch, 90_fix-headers-for-cplusplus.patch, fixes linking with C++
+    applications; GNOME #413197; SVN r278; closes: #417568.
 
- -- Loic Minier <lool at dooz.org>  Tue, 03 Apr 2007 15:13:44 +0200
+ -- Loic Minier <lool at dooz.org>  Tue, 03 Apr 2007 15:15:37 +0200
 
 libart-lgpl (2.3.19-1) experimental; urgency=low
 

Added: desktop/experimental/libart-lgpl/debian/patches/90_fix-headers-for-cplusplus.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libart-lgpl/debian/patches/90_fix-headers-for-cplusplus.patch?rev=9500&op=file
==============================================================================
--- desktop/experimental/libart-lgpl/debian/patches/90_fix-headers-for-cplusplus.patch (added)
+++ desktop/experimental/libart-lgpl/debian/patches/90_fix-headers-for-cplusplus.patch Tue Apr  3 13:22:51 2007
@@ -1,0 +1,29 @@
+GNOME #413197; SVN r278; Debian #417568; fixes linking with C++ applications.
+
+2007-03-01  Frederic Crozat  <fcrozat at mandriva.com>
+
+	reviewed by: Dom Lachowicz <cinamod at hotmail.com>
+
+	* art_misc.h: Fix header when included in C++.
+	Patch from Goetz Waschk and Laurent Montel.
+
+Index: art_misc.h
+===================================================================
+--- art_misc.h (revision 277)
++++ art_misc.h (revision 278)
+@@ -34,9 +34,15 @@
+ #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 /* __cplusplus */
+ 
+ /* These aren't, strictly speaking, configuration macros, but they're
+    damn handy to have around, and may be worth playing with for




More information about the pkg-gnome-commits mailing list