aboutsummaryrefslogtreecommitdiff
path: root/graphics/libart_lgpl
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-03-01 18:15:06 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-03-01 18:15:06 +0000
commitb7c70bac4acfd455c9cc5052fa7c0c97f0e870c7 (patch)
tree904da778fe15c91bf6b3893aab4d6cbd2067de4c /graphics/libart_lgpl
parent517d90db3cd3cf159b5c754f2014ec04a44abf9c (diff)
downloadports-b7c70bac4acfd455c9cc5052fa7c0c97f0e870c7.tar.gz
ports-b7c70bac4acfd455c9cc5052fa7c0c97f0e870c7.zip
Notes
Diffstat (limited to 'graphics/libart_lgpl')
-rw-r--r--graphics/libart_lgpl/Makefile2
-rw-r--r--graphics/libart_lgpl/files/patch-art_misc.h18
2 files changed, 19 insertions, 1 deletions
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile
index 02b34d2f073a..add8e9c9633a 100644
--- a/graphics/libart_lgpl/Makefile
+++ b/graphics/libart_lgpl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libart_lgpl
-PORTVERSION= 2.3.18
+PORTVERSION= 2.3.19
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME}
diff --git a/graphics/libart_lgpl/files/patch-art_misc.h b/graphics/libart_lgpl/files/patch-art_misc.h
new file mode 100644
index 000000000000..e13e950c6784
--- /dev/null
+++ b/graphics/libart_lgpl/files/patch-art_misc.h
@@ -0,0 +1,18 @@
+--- art_misc.h 2005/10/06 02:19:12 267
++++ art_misc.h 2007/03/01 16:18:41 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