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-xdrawsub.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.
Diffstat (limited to '')
-rw-r--r-- | japanese/vje30/files/patch-xdrawsub.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/japanese/vje30/files/patch-xdrawsub.c b/japanese/vje30/files/patch-xdrawsub.c deleted file mode 100644 index 5ff4e50a7aa2..000000000000 --- a/japanese/vje30/files/patch-xdrawsub.c +++ /dev/null @@ -1,31 +0,0 @@ ---- delta/newFrontend/xdrawsub.c.orig Fri May 17 14:12:26 2002 -+++ delta/newFrontend/xdrawsub.c Tue May 28 18:50:06 2002 -@@ -3,7 +3,12 @@ - * グラフィックコンテキストのロード・解放処理 - * テキスト文字サイズ取得処理 - */ -+#ifdef __FreeBSD__ -+#include <stdio.h> -+#include <stdlib.h> -+#else - #include <malloc.h> -+#endif - #include <errno.h> - #include <ctype.h> - #include <string.h> -@@ -770,6 +775,7 @@ - int FXDefaultIOError( display ) - Display *display; - { -+#ifndef __FreeBSD__ - #ifdef linux - #if MKLINUX || LIBC6 - extern const char *const sys_errlist[]; -@@ -784,6 +790,7 @@ - #endif - #endif - extern int sys_nerr; -+#endif - char *SysErrorMsg; - SysErrorMsg = (errno >= 0 && errno < sys_nerr) ? - (char *)sys_errlist[errno] : (char *)"unknown error"; |