Date: Fri, 28 Aug 2020 16:17:46 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546747 - head/games/cdogs-sdl Message-ID: <202008281617.07SGHk95045518@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Aug 28 16:17:45 2020 New Revision: 546747 URL: https://svnweb.freebsd.org/changeset/ports/546747 Log: games/cogs-sdl: fix build on recent current - upstream has some WIP to fix build with gcc10: https://github.com/cxong/cdogs-sdl/commit/ee2b3acd126aeb091bfb115a6d25a25159e4d357 - unfortunately this was not enough, as it did not address the duplicte symbols Modified: head/games/cdogs-sdl/Makefile Modified: head/games/cdogs-sdl/Makefile ============================================================================== --- head/games/cdogs-sdl/Makefile Fri Aug 28 16:09:15 2020 (r546746) +++ head/games/cdogs-sdl/Makefile Fri Aug 28 16:17:45 2020 (r546747) @@ -15,4 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= cxong CMAKE_ARGS= -DCDOGS_DATA_DIR=${DATADIR}/ +# Fix with clang11 +CFLAGS+= -fcommon + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281617.07SGHk95045518>