svn commit: r568065 - head/games/re3

Piotr Kubaj pkubaj at FreeBSD.org
Thu Mar 11 02:54:18 UTC 2021


Author: pkubaj
Date: Thu Mar 11 02:54:17 2021
New Revision: 568065
URL: https://svnweb.freebsd.org/changeset/ports/568065

Log:
  games/re3: fix build on i386
  
  lld can't link this port.

Modified:
  head/games/re3/Makefile

Modified: head/games/re3/Makefile
==============================================================================
--- head/games/re3/Makefile	Thu Mar 11 02:20:32 2021	(r568064)
+++ head/games/re3/Makefile	Thu Mar 11 02:54:17 2021	(r568065)
@@ -34,6 +34,12 @@ 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


More information about the svn-ports-head mailing list