svn commit: r568548 - head/games/re3

Piotr Kubaj pkubaj at FreeBSD.org
Tue Mar 16 09:36:07 UTC 2021


Author: pkubaj
Date: Tue Mar 16 09:36:07 2021
New Revision: 568548
URL: https://svnweb.freebsd.org/changeset/ports/568548

Log:
  games/re3: workaround lld build failure on i386
  
  Reported by:	tobik

Modified:
  head/games/re3/Makefile

Modified: head/games/re3/Makefile
==============================================================================
--- head/games/re3/Makefile	Tue Mar 16 09:29:53 2021	(r568547)
+++ head/games/re3/Makefile	Tue Mar 16 09:36:07 2021	(r568548)
@@ -30,15 +30,11 @@ 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


More information about the svn-ports-all mailing list