aboutsummaryrefslogtreecommitdiff
path: root/games/minetest
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-01-08 10:38:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-01-08 10:38:20 +0000
commit7e59c3223fbfd1b9004ce4a301352f6a0c44a3be (patch)
tree07eb9f6bf24907b298f6fed695d0e1ee830c8a52 /games/minetest
parent66dc9dc9fc84c22dbc2a857df5bdc8874d9ac7e7 (diff)
downloadports-7e59c3223fbfd1b9004ce4a301352f6a0c44a3be.tar.gz
ports-7e59c3223fbfd1b9004ce4a301352f6a0c44a3be.zip
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=458402
Diffstat (limited to 'games/minetest')
-rw-r--r--games/minetest/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/minetest/Makefile b/games/minetest/Makefile
index 9f82f1c7e49a..9de38a0c7dda 100644
--- a/games/minetest/Makefile
+++ b/games/minetest/Makefile
@@ -18,6 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= minetest
USES= cmake iconv:wchar_t
+LLD_UNSAFE= yes
CMAKE_ARGS= -DCUSTOM_MANDIR="${PREFIX}/man" \
-DCUSTOM_EXAMPLE_CONF_DIR="${PREFIX}/etc"