aboutsummaryrefslogtreecommitdiff
path: root/games/darkplaces
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-21 17:16:30 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-21 17:16:30 +0000
commitccfdb90deee04698208319d3fe53d29d13baa7a4 (patch)
tree5386f037c00725ba15ccb1638c17f4c18fc15f9b /games/darkplaces
parent5d1a2ba5da8f67b7c6ac8768ae2f7e23ef423d7e (diff)
downloadports-ccfdb90deee04698208319d3fe53d29d13baa7a4.tar.gz
ports-ccfdb90deee04698208319d3fe53d29d13baa7a4.zip
games/darkplaces: fix build on GCC architectures
Use newer GCC: ../../../glquake.h:855: error: redefinition of typedef 'GLchar'
Notes
Notes: svn path=/head/; revision=552873
Diffstat (limited to 'games/darkplaces')
-rw-r--r--games/darkplaces/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile
index e29dde4f888d..69dc2723ebd7 100644
--- a/games/darkplaces/Makefile
+++ b/games/darkplaces/Makefile
@@ -14,7 +14,7 @@ COMMENT= Quake engine modification
# Loads libraries at run-time, thus RUN_DEPENDS.
RUN_DEPENDS= ${LOCALBASE}/lib/libvorbis.so:audio/libvorbis
-USES= gmake jpeg xorg zip:infozip
+USES= compiler:c11 gmake jpeg xorg zip:infozip
USE_XORG= xxf86dga xpm
MAKE_ENV= DP_FS_BASEDIR="${Q1DIR}" DP_LINK_JPEG=dlopen
WRKSRC= ${WRKDIR}/${PORTNAME}