diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-11 04:58:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-11 04:58:19 +0000 |
commit | a04e3046aee6c280198b16641310e189e548e20e (patch) | |
tree | 15943ff3cf81b8b6efc0a7660242305cad4fb6c9 /japanese/vje30/files/patch-ximsub2.c | |
parent | dont strip script (diff) |
My patches have been integrated by the vendor, so use the latest tarballs and
remove the patches from the port. Keep PORTREVISION unbumped because the
resulted binaries will be identical.
Notes
Notes:
svn path=/head/; revision=61090
Diffstat (limited to 'japanese/vje30/files/patch-ximsub2.c')
-rw-r--r-- | japanese/vje30/files/patch-ximsub2.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/japanese/vje30/files/patch-ximsub2.c b/japanese/vje30/files/patch-ximsub2.c deleted file mode 100644 index 7dd79aad4fd4..000000000000 --- a/japanese/vje30/files/patch-ximsub2.c +++ /dev/null @@ -1,14 +0,0 @@ ---- delta/newFrontend/ximsub2.c.orig Wed May 22 16:26:06 2002 -+++ delta/newFrontend/ximsub2.c Tue May 28 18:52:57 2002 -@@ -126,7 +126,11 @@ - */ - #include <stdio.h> - #include <string.h> -+#ifdef __FreeBSD__ -+#include <stdlib.h> -+#else - #include <malloc.h> -+#endif - #include "xim.h" - #include <X11/Xatom.h> - #include <X11/Xutil.h> |