summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-09 08:15:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-09 08:15:36 +0000
commit5b352b4bec4da6fac141db58ea22e2bbb402a50c (patch)
tree71b20a3ba0c8d4653e40b0710cbc78f9554f8988 /chinese
parent- Do not build when XFREE86_VERSION == 3 (diff)
support HAVE_GGI_LIB
bump port revision PR: 36921 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=57490
Diffstat (limited to 'chinese')
-rw-r--r--chinese/zhcon/Makefile2
-rw-r--r--chinese/zhcon/files/patch-src::graphdev.cpp11
2 files changed, 12 insertions, 1 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile
index 9316be363e18..8b334a4b4f77 100644
--- a/chinese/zhcon/Makefile
+++ b/chinese/zhcon/Makefile
@@ -7,7 +7,7 @@
PORTNAME= zhcon
PORTVERSION= 0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/chinese/zhcon/files/patch-src::graphdev.cpp b/chinese/zhcon/files/patch-src::graphdev.cpp
new file mode 100644
index 000000000000..65e81c9c89b2
--- /dev/null
+++ b/chinese/zhcon/files/patch-src::graphdev.cpp
@@ -0,0 +1,11 @@
+--- src/graphdev.cpp.ori Tue Apr 9 14:54:28 2002
++++ src/graphdev.cpp Tue Apr 9 15:27:14 2002
+@@ -29,7 +29,7 @@
+
+ #include "display/fbdev.h"
+ #include "display/vgadev.h"
+-#if defined(linux)
++#if defined(linux) || defined(__FreeBSD__)
+ #ifdef HAVE_GGI_LIB
+ #include "display/libggi.h"
+ #endif