diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-22 01:16:30 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-22 01:16:30 +0800 |
commit | ccfdb90deee04698208319d3fe53d29d13baa7a4 (patch) | |
tree | 5386f037c00725ba15ccb1638c17f4c18fc15f9b /games | |
parent | 5d1a2ba5da8f67b7c6ac8768ae2f7e23ef423d7e (diff) | |
download | freebsd-ports-gnome-ccfdb90deee04698208319d3fe53d29d13baa7a4.tar.gz freebsd-ports-gnome-ccfdb90deee04698208319d3fe53d29d13baa7a4.tar.zst freebsd-ports-gnome-ccfdb90deee04698208319d3fe53d29d13baa7a4.zip |
games/darkplaces: fix build on GCC architectures
Use newer GCC:
../../../glquake.h:855: error: redefinition of typedef 'GLchar'
Diffstat (limited to 'games')
-rw-r--r-- | games/darkplaces/Makefile | 2 |
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} |