Date: Fri, 29 Nov 2019 16:04:22 +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: r518662 - head/games/aquaria Message-ID: <201911291604.xATG4MvN060494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Nov 29 16:04:21 2019 New Revision: 518662 URL: https://svnweb.freebsd.org/changeset/ports/518662 Log: games/aquaria: disable LLD_UNSAFE on 12.1+ Modified: head/games/aquaria/Makefile (contents, props changed) Modified: head/games/aquaria/Makefile ============================================================================== --- head/games/aquaria/Makefile Fri Nov 29 15:45:07 2019 (r518661) +++ head/games/aquaria/Makefile Fri Nov 29 16:04:21 2019 (r518662) @@ -37,10 +37,14 @@ CMAKE_OFF= AQUARIA_INTERNAL_FREETYPE \ AQUARIA_INTERNAL_TINYXML2 \ AQUARIA_INTERNAL_ZLIB LDFLAGS+= -Wl,--as-needed # avoid overlinking (vorbis deps) -LLD_UNSAFE= yes # XXX ports/219089 SUB_FILES= pkg-message PLIST_FILES= bin/aquaria PORTDATA= * + +# XXX Drop after FreeBSD 12.0 EOL +.if exists(/usr/lib/clang/6.0.1) +LLD_UNSAFE= yes # XXX ports/219089 +.endif DESKTOP_ENTRIES="${GH_PROJECT}" \ "" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911291604.xATG4MvN060494>