1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

support HAVE_GGI_LIB

bump port revision

PR:		36921
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2002-04-09 08:15:36 +00:00
parent ae4a930421
commit 5b352b4bec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57490
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= zhcon
PORTVERSION= 0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -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