diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-09 08:15:36 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-09 08:15:36 +0000 |
commit | 81b31e0949f42cad7f351d336609299a802b5fb1 (patch) | |
tree | e6cb1182f5bcdaabf060315c12acbdf2716672ec /chinese | |
parent | bb2aa525aef5d9871c6c1b2c0aba68e12bcb3cea (diff) | |
download | FreeBSD-ports-81b31e0949f42cad7f351d336609299a802b5fb1.zip FreeBSD-ports-81b31e0949f42cad7f351d336609299a802b5fb1.tar.gz |
support HAVE_GGI_LIB
bump port revision
PR: 36921
Submitted by: maintainer
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/zhcon/Makefile | 2 | ||||
-rw-r--r-- | chinese/zhcon/files/patch-src::graphdev.cpp | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 9316be3..8b334a4 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 0000000..65e81c9 --- /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 |