From 5124c347fd44714ee1da25a78c2e6335750980eb Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Sat, 1 Sep 2007 10:19:51 +0200 Subject: [PATCH] Updated libart_lgpl23 (2.3.17 -> 2.3.19) Oeps, this should be part of the previous commit to fix #320 --- x11/libart_lgpl23/libart-2.3.19-header.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 x11/libart_lgpl23/libart-2.3.19-header.patch diff --git a/x11/libart_lgpl23/libart-2.3.19-header.patch b/x11/libart_lgpl23/libart-2.3.19-header.patch new file mode 100644 index 000000000..acbfe99b3 --- /dev/null +++ b/x11/libart_lgpl23/libart-2.3.19-header.patch @@ -0,0 +1,19 @@ + +Patch found on https://bugzilla.redhat.com/show_bug.cgi?id=230571 + +--- libart_lgpl-2.3.19/art_misc.h.extern-c 2007-01-02 00:59:22.000000000 ++0100 ++++ libart_lgpl-2.3.19/art_misc.h 2007-03-01 09:19:06.000000000 +0100 +@@ -34,9 +34,15 @@ + #include + #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 */