aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-11-04 04:03:25 +0800
committerclive <clive@FreeBSD.org>2001-11-04 04:03:25 +0800
commit5f3ec5df82424192793eca6319e870c66e07c31d (patch)
treed670493d04a9770deb1ad096a628e73b629c5228 /chinese
parentdd8ad65a17d0d2a726c8414bc2515d6c298fbab4 (diff)
downloadfreebsd-ports-gnome-5f3ec5df82424192793eca6319e870c66e07c31d.tar.gz
freebsd-ports-gnome-5f3ec5df82424192793eca6319e870c66e07c31d.tar.zst
freebsd-ports-gnome-5f3ec5df82424192793eca6319e870c66e07c31d.zip
Fix its #include <malloc.h> bug, found by src/include/malloc.h rev 1.4.
Diffstat (limited to 'chinese')
-rw-r--r--chinese/xcin25/files/patch-ai11
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/xcin25/files/patch-ai b/chinese/xcin25/files/patch-ai
new file mode 100644
index 000000000000..9998ecb0b891
--- /dev/null
+++ b/chinese/xcin25/files/patch-ai
@@ -0,0 +1,11 @@
+--- src/lib/IMdkit/IMConn.c.orig Sun Nov 4 03:52:26 2001
++++ src/lib/IMdkit/IMConn.c Sun Nov 4 03:52:35 2001
+@@ -30,7 +30,7 @@
+ ******************************************************************/
+
+ #include <X11/Xlib.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include "IMdkit.h"
+ #include <stdarg.h>