- Install required file: sdlpixel.hpp
- Bump PORTREVISION PR: 95582 Submitted by: Yuri Pankov <yuri.pankov___gmail.com> Approved by: maintainer timeout (18 days)
This commit is contained in:
parent
dd4700b961
commit
bb1f0765fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160707
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= guichan
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -18,7 +18,6 @@ COMMENT= A small, efficient C++ GUI library designed for games
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_SDL= sdl image
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 3.2+
|
||||
|
12
devel/guichan/files/patch-include__guichan__sdl__Makefile.in
Normal file
12
devel/guichan/files/patch-include__guichan__sdl__Makefile.in
Normal file
@ -0,0 +1,12 @@
|
||||
--- include/guichan/sdl/Makefile.in.orig Tue May 17 16:23:16 2005
|
||||
+++ include/guichan/sdl/Makefile.in Fri Apr 28 21:07:32 2006
|
||||
@@ -184,7 +184,8 @@
|
||||
libguichaninclude_HEADERS = \
|
||||
sdlgraphics.hpp \
|
||||
sdlimageloader.hpp \
|
||||
- sdlinput.hpp
|
||||
+ sdlinput.hpp \
|
||||
+ sdlpixel.hpp
|
||||
|
||||
all: all-am
|
||||
|
@ -29,6 +29,7 @@ include/guichan/sdl.hpp
|
||||
include/guichan/sdl/sdlgraphics.hpp
|
||||
include/guichan/sdl/sdlimageloader.hpp
|
||||
include/guichan/sdl/sdlinput.hpp
|
||||
include/guichan/sdl/sdlpixel.hpp
|
||||
include/guichan/widget.hpp
|
||||
include/guichan/widgets/button.hpp
|
||||
include/guichan/widgets/checkbox.hpp
|
||||
|
Loading…
Reference in New Issue
Block a user