- 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
This commit is contained in:
Beat Gaetzi 2009-07-11 06:41:55 +00:00
parent 8f9c25b6c1
commit 2b1ef27fe9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237603

View file

@ -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: