At 12:08 30-10-2002, Melvyn Sopacua wrote:

OR - apply the attached patch to /usr/ports/Mk/bsd.port.mk.
yeah-right. Now then.


Met vriendelijke groeten / With kind regards,

Webmaster IDG.nl
Melvyn Sopacua
--- bsd.port.mk~        Wed Oct  2 09:18:17 2002
+++ bsd.port.mk Sun Oct 27 13:08:16 2002
@@ -2651,9 +2651,11 @@
 patch-libtool:
 .if defined(USE_LIBTOOL)
        @(if ${LIBTOOL} --version | grep -vq "1\.3\.4-freebsd-ports"; then \
-               (${ECHO_CMD} "Your libtool installation is out of date. Please 
remove"; \
-                ${ECHO_CMD} "and reinstall ${PORTSDIR}/devel/libtool."; \
-                exit 1); \
+               if test -z "$(IGNORE_FREEBSD_LIBTOOL)"; then \
+                       (${ECHO_CMD} "Your libtool installation is out of date. Please 
+remove"; \
+                        ${ECHO_CMD} "and reinstall ${PORTSDIR}/devel/libtool."; \
+                        exit 1); \
+               fi; \
          fi; \
         LIBTOOLDIR=`${WHICH} ${LIBTOOL} | ${SED} -e 's^/bin/libtool^/share/libtool^'` 
|| ${LOCALBASE}/share/libtool; \
         cd ${PATCH_WRKSRC}; \
-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to