svn commit: r518711 - head/games/aquaria

Jan Beich jbeich at FreeBSD.org
Sat Nov 30 08:35:43 UTC 2019


Author: jbeich
Date: Sat Nov 30 08:35:43 2019
New Revision: 518711
URL: https://svnweb.freebsd.org/changeset/ports/518711

Log:
  games/aquaria: unbreak with LLD on i386
  
  Submitted by:	tobik

Modified:
  head/games/aquaria/Makefile   (contents, props changed)

Modified: head/games/aquaria/Makefile
==============================================================================
--- head/games/aquaria/Makefile	Sat Nov 30 08:02:41 2019	(r518710)
+++ head/games/aquaria/Makefile	Sat Nov 30 08:35:43 2019	(r518711)
@@ -37,11 +37,13 @@ CMAKE_OFF=	AQUARIA_INTERNAL_FREETYPE \
 		AQUARIA_INTERNAL_TINYXML2 \
 		AQUARIA_INTERNAL_ZLIB
 LDFLAGS+=	-Wl,--as-needed # avoid overlinking (vorbis deps)
+LDFLAGS_i386=	-Wl,-z,notext
 SUB_FILES=	pkg-message
 PLIST_FILES=	bin/aquaria
 PORTDATA=	*
 
-.if ${MACHINE_ARCH} == i386 || exists(/usr/lib/clang/6.0.1)
+# XXX Drop after FreeBSD 12.0 EOL
+.if exists(/usr/lib/clang/6.0.1)
 LLD_UNSAFE=	yes # XXX ports/219089
 .endif
 


More information about the svn-ports-all mailing list