Date: Sat, 31 Mar 2018 18:10:33 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466071 - head/math/rexx-regmath Message-ID: <201803311810.w2VIAXx5021041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Sat Mar 31 18:10:33 2018 New Revision: 466071 URL: https://svnweb.freebsd.org/changeset/ports/466071 Log: 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) Modified: head/math/rexx-regmath/Makefile Modified: head/math/rexx-regmath/Makefile ============================================================================== --- head/math/rexx-regmath/Makefile Sat Mar 31 17:50:55 2018 (r466070) +++ head/math/rexx-regmath/Makefile Sat Mar 31 18:10:33 2018 (r466071) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803311810.w2VIAXx5021041>