From 19046464e6aa97d38de4338eefb5cc975ad79618 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 19 Mar 2004 03:14:55 +0000 Subject: Borrow from the OpenLDAP ports, and refuse to build if bind has been installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports --- mail/thunderbird/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mail/thunderbird/Makefile') diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index cc2d2894d185..206662c14313 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -115,6 +115,12 @@ post-patch: ${WRKSRC}/intl/uconv/native/nsNativeUConvService.cpp \ ${WRKSRC}/xpcom/io/nsNativeCharsetUtils.cpp +pre-configure: + @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 + pre-install: ${RM} -fr ${LOCAL_PREFIX} -- cgit