aboutsummaryrefslogtreecommitdiff
path: root/dns/nss_resinit
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-03 11:26:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-03 11:26:48 +0000
commit0438143249634ab5028e53cb468d99a894c62995 (patch)
tree204c01c7973e83331fc29d8b09e59b3e9f219bd6 /dns/nss_resinit
parent68f48ea6c2e03359333e7b211625e51e06aa2026 (diff)
downloadports-0438143249634ab5028e53cb468d99a894c62995.tar.gz
ports-0438143249634ab5028e53cb468d99a894c62995.zip
Notes
Diffstat (limited to 'dns/nss_resinit')
-rw-r--r--dns/nss_resinit/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/nss_resinit/Makefile b/dns/nss_resinit/Makefile
index 02291ec3492d..be23d55aa1e8 100644
--- a/dns/nss_resinit/Makefile
+++ b/dns/nss_resinit/Makefile
@@ -20,9 +20,7 @@ PLIST_FILES= lib/nss_resinit.so lib/nss_resinit.so.1 \
.include <bsd.port.pre.mk>
.if defined(WITH_COMPAT5X)
-.if ${OSVERSION} > 700017
BROKEN= 7.X and later do not have compat syms for the old resolver
-.endif
MAKE_ARGS+= CC="${CC} -DWITH_COMPAT5X"
.endif