summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2009-07-11 06:41:55 +0000
committerbeat <beat@FreeBSD.org>2009-07-11 06:41:55 +0000
commit61d9e9e1b65502ebce179c508ef3aa4ff0540391 (patch)
tree4ed7bd12198837b2ab528ac6a27f351fad22e8ef /Mk
parenta6aa93c44be5c367ae9bff839b343a99fc36e64c (diff)
downloadFreeBSD-ports-61d9e9e1b65502ebce179c508ef3aa4ff0540391.zip
FreeBSD-ports-61d9e9e1b65502ebce179c508ef3aa4ff0540391.tar.gz
- Remove obsolete check if BIND port was installed with WITH_REPLACE_BASE.
These ports used to cause linker errors but this is not longer the case with current BIND ports. Tested with dns/bind9 and dns/bind96. PR: ports/136111 Submitted by: Rob Austein <sra AT hactrn.net> With hat: gecko
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gecko.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index a689ad4..cb8303e 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -532,10 +532,6 @@ gecko-post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g ; \
s|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \
${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp
- @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \
- ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \
- ${FALSE}; \
- fi
# handles mozilla pis scripts.
gecko-moz-pis-patch:
OpenPOWER on IntegriCloud