aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/zhcon/files/patch-src-global.h
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-06-08 15:43:24 +0800
committerclsung <clsung@FreeBSD.org>2006-06-08 15:43:24 +0800
commitf8dafac42cb4869c3a04eed13e621551465bca3a (patch)
tree4a548ca0a166f10a1a8adfb6c26857b37974ee52 /chinese/zhcon/files/patch-src-global.h
parent20c8af5dff92193b12f7ab4dd18551b25f16364b (diff)
downloadfreebsd-ports-graphics-f8dafac42cb4869c3a04eed13e621551465bca3a.tar.gz
freebsd-ports-graphics-f8dafac42cb4869c3a04eed13e621551465bca3a.tar.zst
freebsd-ports-graphics-f8dafac42cb4869c3a04eed13e621551465bca3a.zip
- Fix doc bug
- Make portlint more happy PR: ports/98125 Submitted by: maintainer (chinsan)
Diffstat (limited to 'chinese/zhcon/files/patch-src-global.h')
-rw-r--r--chinese/zhcon/files/patch-src-global.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/zhcon/files/patch-src-global.h b/chinese/zhcon/files/patch-src-global.h
new file mode 100644
index 00000000000..9f49708c4a4
--- /dev/null
+++ b/chinese/zhcon/files/patch-src-global.h
@@ -0,0 +1,11 @@
+--- src/global.h.orig Thu Aug 7 12:54:31 2003
++++ src/global.h Thu Aug 7 12:54:46 2003
+@@ -26,7 +26,7 @@
+ //#endif
+ #define _(String) gettext (String)
+ #define gettext_noop(String) (String)
+-
++#include <assert.h>
+ #include "graphdev.h"
+ #include "hzdecoder.h"
+ //class Console;