From 46f96c8d55f9264533f217e33d865b7583d47590 Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Wed, 10 Sep 2008 22:27:51 +0300 Subject: [PATCH] libart_lgpl23: removed libart-2.3.19-header.patch - obsolete --- x11/libart_lgpl23/libart-2.3.19-header.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete 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 deleted file mode 100644 index acbfe99b3..000000000 --- a/x11/libart_lgpl23/libart-2.3.19-header.patch +++ /dev/null @@ -1,19 +0,0 @@ - -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 */