diff options
author | daichi <daichi@FreeBSD.org> | 2003-08-19 13:41:39 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-08-19 13:41:39 +0800 |
commit | 8f93943f58b830f200d3b1035eaf62d969f7be38 (patch) | |
tree | 11d5d3aa3f766f3dcd2a1f19a6edb7c1dafd2337 /chinese/zhcon | |
parent | 415747149319aff0ad8f77cd5cd25fd1ee54d055 (diff) | |
download | freebsd-ports-gnome-8f93943f58b830f200d3b1035eaf62d969f7be38.tar.gz freebsd-ports-gnome-8f93943f58b830f200d3b1035eaf62d969f7be38.tar.zst freebsd-ports-gnome-8f93943f58b830f200d3b1035eaf62d969f7be38.zip |
update chinese/zhcon: build error on -current
PR: 55334
Submitted by: Kang Liu <lazykang@hotmail.com>
Approved by: maintainer
Diffstat (limited to 'chinese/zhcon')
-rw-r--r-- | chinese/zhcon/files/patch-src::global.h | 11 |
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 000000000000..9f49708c4a44 --- /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; |