diff options
author | krion <krion@FreeBSD.org> | 2018-04-01 02:10:33 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2018-04-01 02:10:33 +0800 |
commit | c592416d8cf5648cb4db153ec009b0352dafe48c (patch) | |
tree | ff74bef9ce4a563a7ab8cae7f50e16624d5594cf /math | |
parent | 7b61ab38fb478f6dbb3b61957be85dc33a00c342 (diff) | |
download | freebsd-ports-gnome-c592416d8cf5648cb4db153ec009b0352dafe48c.tar.gz freebsd-ports-gnome-c592416d8cf5648cb4db153ec009b0352dafe48c.tar.zst freebsd-ports-gnome-c592416d8cf5648cb4db153ec009b0352dafe48c.zip |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226976
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/rexx-regmath/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/rexx-regmath/Makefile b/math/rexx-regmath/Makefile index 114a481d2524..9647bc75dd42 100644 --- a/math/rexx-regmath/Makefile +++ b/math/rexx-regmath/Makefile @@ -22,6 +22,7 @@ CFLAGS+= -Wno-incompatible-pointer-types WRKSRC= ${WRKDIR}/math USE_LDCONFIG= yes +LLD_UNSAFE= yes MAKEFILE= Makefile.bsd PLIST_FILES= lib/librexxmath.so lib/librxmath.so man/man1/regmath.1.gz |