Date: Sat, 30 Nov 2019 08:35:43 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518711 - head/games/aquaria Message-ID: <201911300835.xAU8Zhej044542@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911300835.xAU8Zhej044542>