diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-07-28 05:46:16 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-07-28 05:46:16 +0000 |
commit | de80d7358cac58235ae4318ce98eb72bc0c7c6fa (patch) | |
tree | 23c65192e12312c084671a24916245a8740856df /games | |
parent | 13f7b37eb02ea42eacb62e16aed10bc2888fdec4 (diff) | |
download | ports-de80d7358cac58235ae4318ce98eb72bc0c7c6fa.tar.gz ports-de80d7358cac58235ae4318ce98eb72bc0c7c6fa.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/cube/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/cube/Makefile b/games/cube/Makefile index 14a82b533a13..55c5e7837be2 100644 --- a/games/cube/Makefile +++ b/games/cube/Makefile @@ -3,7 +3,7 @@ PORTNAME= cube DISTVERSION= 2005_08_29 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} DISTFILES= ${CUBE_DATA} ${CUBE_SRC} @@ -14,6 +14,7 @@ COMMENT= OpenGL 3D FPS (first person shooter) game LIB_DEPENDS= libenet.so:net/enet USES= dos2unix gmake +USE_CXXSTD= gnu++98 EXTRACT_AFTER_ARGS=--exclude enet ALL_TARGET= # @@ -33,7 +34,7 @@ OPTIONS_SUB= yes FLAVOR_DESC= Clients and servers CLIENT_DESC= Build client -CLIENT_USE= GL=glu SDL=image,mixer,sdl XORG=x11 +CLIENT_USE= GL=gl,glu SDL=image,mixer,sdl XORG=x11 CLIENT_LDFLAGS= -lX11 CLIENT_ALL_TARGET= client OPTIMIZED_CFLAGS_CFLAGS= -O3 -fomit-frame-pointer |