]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libart/patches/libart_lgpl-2.3.19-upstream_fix-1.patch
Move all packages to root.
[people/ms/ipfire-3.x.git] / libart / patches / libart_lgpl-2.3.19-upstream_fix-1.patch
1 Submitted By: Randy McMurchy <randy_at_linuxfromscratch_dot_org>
2 Date: 2007-04-09
3 Initial Package Version: 2.3.19
4 Upstream Status: In upstream CVS
5 Origin: Upstream
6 Description: Fixes an error during the installation of KDE-Libs
7
8
9 diff -Naur libart_lgpl-2.3.19.orig/art_misc.h libart_lgpl-2.3.19/art_misc.h
10 --- libart_lgpl-2.3.19.orig/art_misc.h 2007-01-01 18:59:22.000000000 -0500
11 +++ libart_lgpl-2.3.19/art_misc.h 2007-03-20 23:04:52.000000000 -0400
12 @@ -34,9 +34,15 @@
13 #include <libart_lgpl/art_config.h>
14 #endif
15
16 +#ifdef __cplusplus
17 +extern "C" {
18 +#endif
19 void *art_alloc(size_t size);
20 void art_free(void *ptr);
21 void *art_realloc(void *ptr, size_t size);
22 +#ifdef __cplusplus
23 +}
24 +#endif /* __cplusplus */
25
26 /* These aren't, strictly speaking, configuration macros, but they're
27 damn handy to have around, and may be worth playing with for
28