diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-09-07 12:02:05 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-09-07 12:02:05 +0000 |
commit | 67d995c7c2182f3eb264f138cab891061089925d (patch) | |
tree | b5a9abb0790d5444ad5e55a6a860def6e5222560 /net/ntop | |
parent | f4d260fb551c8bda4b60e64dee13b52e21dce6b1 (diff) | |
download | pkgsrc-67d995c7c2182f3eb264f138cab891061089925d.tar.gz |
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 29ff21882f9..954c1908883 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2015/04/25 14:23:47 tnn Exp $ +# $NetBSD: Makefile,v 1.94 2015/09/07 12:02:06 jperkin Exp $ DISTNAME= ntop-4.1.0 PKGREVISION= 23 @@ -31,12 +31,6 @@ BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.8.3 CONFIGURE_ARGS+= --disable-mt .endif -.if ${OPSYS} == "Darwin" -# This package uses "-flat_namespace -undefined suppress" and exports -# symbols from the executable that get stripped unless we set this: -INSTALL_UNSTRIPPED= yes -.endif - .if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-4].*)) USE_BUILTIN.libevent= no .endif |