From 5b352b4bec4da6fac141db58ea22e2bbb402a50c Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 9 Apr 2002 08:15:36 +0000 Subject: support HAVE_GGI_LIB bump port revision PR: 36921 Submitted by: maintainer --- chinese/zhcon/Makefile | 2 +- chinese/zhcon/files/patch-src::graphdev.cpp | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 chinese/zhcon/files/patch-src::graphdev.cpp (limited to 'chinese') 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 -- cgit v1.2.3