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:
parent
ae4a930421
commit
5b352b4bec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57490
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= zhcon
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
11
chinese/zhcon/files/patch-src::graphdev.cpp
Normal file
11
chinese/zhcon/files/patch-src::graphdev.cpp
Normal 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
|
Loading…
Reference in New Issue
Block a user