diff options
author | beat <beat@FreeBSD.org> | 2009-07-11 14:41:55 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-07-11 14:41:55 +0800 |
commit | 61d9e9e1b65502ebce179c508ef3aa4ff0540391 (patch) | |
tree | 4ed7bd12198837b2ab528ac6a27f351fad22e8ef /Mk/bsd.gecko.mk | |
parent | a6aa93c44be5c367ae9bff839b343a99fc36e64c (diff) | |
download | freebsd-ports-gnome-61d9e9e1b65502ebce179c508ef3aa4ff0540391.tar.gz freebsd-ports-gnome-61d9e9e1b65502ebce179c508ef3aa4ff0540391.tar.zst freebsd-ports-gnome-61d9e9e1b65502ebce179c508ef3aa4ff0540391.zip |
- 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/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index a689ad42bf12..cb8303e970db 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: |