Date: Wed, 21 Oct 2020 17:16:30 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552873 - head/games/darkplaces Message-ID: <202010211716.09LHGUpM025130@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Oct 21 17:16:30 2020 New Revision: 552873 URL: https://svnweb.freebsd.org/changeset/ports/552873 Log: games/darkplaces: fix build on GCC architectures Use newer GCC: ../../../glquake.h:855: error: redefinition of typedef 'GLchar' Modified: head/games/darkplaces/Makefile Modified: head/games/darkplaces/Makefile ============================================================================== --- head/games/darkplaces/Makefile Wed Oct 21 17:06:19 2020 (r552872) +++ head/games/darkplaces/Makefile Wed Oct 21 17:16:30 2020 (r552873) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010211716.09LHGUpM025130>