- Flip OpenGL 'on' by default
Submitted by: pfgshield-freebsd@yahoo.com Approved by: maintainer timeout (2 weeks)
This commit is contained in:
parent
c4fb11ab3c
commit
1c99375db8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204847
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= prboom
|
||||
PORTVERSION= 2.4.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -20,11 +21,10 @@ USE_GMAKE= yes
|
||||
USE_SDL= mixer net sdl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS+=--disable-cpu-opt
|
||||
|
||||
OPTIONS= GL "Enable OpenGL support" off
|
||||
OPTIONS= GL "Enable OpenGL support" on
|
||||
|
||||
MAN5= boom.cfg.5
|
||||
MAN6= prboom.6 prboom-game-server.6
|
||||
|
Loading…
Reference in New Issue
Block a user