From 557cbfbaf183f2ba634d8716d7311ea160c9190a Mon Sep 17 00:00:00 2001 From: jdolecek Date: Tue, 4 Sep 2007 22:12:23 +0000 Subject: install PHP unstripped on Darwin/Mac OS X, so that modules load properly; bump PKGREVISION PR: 36869 by Louis Guillaume --- lang/php5/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lang/php5') diff --git a/lang/php5/Makefile b/lang/php5/Makefile index bb2a9d60029..d131c2c92e0 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2007/09/03 11:48:44 tron Exp $ +# $NetBSD: Makefile,v 1.59 2007/09/04 22:12:23 jdolecek Exp $ PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang HOMEPAGE= http://www.php.net/ @@ -43,6 +43,11 @@ SUBST_STAGE.cgi= pre-configure SUBST_FILES.cgi= configure SUBST_SED.cgi= -e 's,@CGIDIR@,${CGIDIR},g' +# Make sure modules can link correctly +.if ${OPSYS} == "Darwin" +INSTALL_UNSTRIPPED= yes +.endif + pre-install: ${INSTALL_DATA_DIR} ${DESTDIR:Q}${CGIDIR:Q} -- cgit v1.2.3