svn commit: r333636 - head/math/libmissing
Brendan Fabeny
bf at FreeBSD.org
Wed Nov 13 01:38:47 UTC 2013
Author: bf
Date: Wed Nov 13 01:38:47 2013
New Revision: 333636
URL: http://svnweb.freebsd.org/changeset/ports/333636
Log:
Ensure that libmissing functions can replace imprecise base system variants -- thanks
to kib for implementing the necessary rtld support
Modified:
head/math/libmissing/Makefile
Modified: head/math/libmissing/Makefile
==============================================================================
--- head/math/libmissing/Makefile Wed Nov 13 01:30:11 2013 (r333635)
+++ head/math/libmissing/Makefile Wed Nov 13 01:38:47 2013 (r333636)
@@ -2,7 +2,7 @@
PORTNAME= libmissing
DISTVERSION= 20130815
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= LOCAL/bf
@@ -35,6 +35,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.options.mk>
+.if ${OSVERSION} > 1000054
+LDFLAGS+= -Wl,-z,interpose
+.endif
+
.if ${PORT_OPTIONS:MPROFILE} || defined(WITH_PROFILE)
.if defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)
IGNORE = you have defined WITH_PROFILE, but have also defined\
More information about the svn-ports-head
mailing list