git: a3966fa9fabc - main - games/freedroidrpg: Fix build on 13+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Aug 2022 13:39:47 UTC
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= *