aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-16 09:36:07 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-16 09:36:07 +0000
commit30f0e1c0545b654d8ae1308bc2ed585c851099b3 (patch)
tree2869d84673e6f6c3b0966178d69a61f541882ed1 /games
parent0b7a24020a5dcee29d0d27ff50a70f4a77d51419 (diff)
downloadports-30f0e1c0545b654d8ae1308bc2ed585c851099b3.tar.gz
ports-30f0e1c0545b654d8ae1308bc2ed585c851099b3.zip
games/re3: workaround lld build failure on i386
Reported by: tobik
Notes
Notes: svn path=/head/; revision=568548
Diffstat (limited to 'games')
-rw-r--r--games/re3/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/re3/Makefile b/games/re3/Makefile
index 40244f261362..aa86d6b29313 100644
--- a/games/re3/Makefile
+++ b/games/re3/Makefile
@@ -30,16 +30,12 @@ GL_COMMIT= 9a7fa478578beaba947ea867c15a25e411d641d8
bash_CMD= /bin/sh
USE_XORG= x11
+LDFLAGS_i386= -Wl,-znotext
+
PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
SUB_FILES= ${PORTNAME}
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == i386
-LLD_UNSAFE= yes
-.endif
-
post-extract:
${MV} ${WRKSRC_librw}/* ${WRKSRC}/vendor/librw
${MV} ${WRKSRC_ogg}/* ${WRKSRC}/vendor/ogg