diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-08-14 13:33:20 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-08-14 13:33:20 +0000 |
commit | 07639776b09ea82f3d93e280df66984efad1744f (patch) | |
tree | 73ec53d89506364e6a39c7150e2dedf9a9d78fe4 /math/libmissing/Makefile | |
parent | 18802854ae32fea743841316258a3206b51a010e (diff) | |
download | ports-07639776b09ea82f3d93e280df66984efad1744f.tar.gz ports-07639776b09ea82f3d93e280df66984efad1744f.zip |
Notes
Diffstat (limited to 'math/libmissing/Makefile')
-rw-r--r-- | math/libmissing/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/libmissing/Makefile b/math/libmissing/Makefile index ccce5cc97679..95541ff14355 100644 --- a/math/libmissing/Makefile +++ b/math/libmissing/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS= libmpc.so:math/mpc USE_LDCONFIG= yes USES= tar:xz uidfix +LLD_UNSAFE= yes # LLD doesn't grok -z interpose MAKE_ENV= LDADD=-lmpc LIB=missing SHLIB_MAJOR="${SHLIB_MAJOR}" \ SRCCONF=/dev/null SRCS="${SRCS}" __MAKE_CONF=/dev/null |