Date: Mon, 8 Aug 2022 13:39:47 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a3966fa9fabc - main - games/freedroidrpg: Fix build on 13+ Message-ID: <202208081339.278DdlCf047814@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3966fa9fabc89d3e403bebe39c4e4029e8070f5 commit a3966fa9fabc89d3e403bebe39c4e4029e8070f5 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-08-08 11:15:02 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-08-08 13:39:39 +0000 games/freedroidrpg: Fix build on 13+ --- games/freedroidrpg/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index 3b640267b278..15a6221d9d26 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -12,9 +12,6 @@ COMMENT= Modification of the classical Freedroid engine into an RPG LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_FreeBSD_13= ld: error: duplicate symbol: tux_rendering -BROKEN_FreeBSD_14= ld: error: duplicate symbol: tux_rendering - LIB_DEPENDS= libpng.so:graphics/png GNU_CONFIGURE= yes @@ -26,6 +23,8 @@ CONFIGURE_ENV= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LU WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +CFLAGS+= -fcommon + PORTDATA= * PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208081339.278DdlCf047814>