From 13a551fc14f8b6732e47ee248a6586bff810aee4 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Tue, 13 Mar 2007 07:10:15 +0000 Subject: Revert previous commit: for an unknown reason, the pcre module linked with external pcre library doesn't work inside apache. PHP devs are not interested in fixing this problem and insist to use the bundled (broken too) version. --- lang/php53/Makefile.ext | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/php53') diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 75d14fc807c6..7963d745d379 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -237,9 +237,9 @@ CONFIGURE_ARGS+=--enable-pcntl .endif .if ${PHP_MODNAME} == "pcre" -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre +CONFIGURE_ARGS+=--with-pcre-regex=yes -CONFIGURE_ARGS+=--with-pcre-regex=${LOCALBASE} +PHP_HEADER_DIRS=pcrelib .endif .if ${PHP_MODNAME} == "pdo" -- cgit v1.2.3