diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2007-12-09 14:40:08 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2007-12-09 14:40:08 +0000 |
commit | 70612a3687e7d0c6cde866dc3b26943ce0cc5d93 (patch) | |
tree | 16323fe46f28705d5984ce71ff4bd918ccc93e97 /www/php4 | |
parent | 7668eec477aec021edee0870e8e0b31770b61587 (diff) | |
download | pkgsrc-70612a3687e7d0c6cde866dc3b26943ce0cc5d93.tar.gz |
add USE_LANGUAGES c++, so that some extensions using C++ build properly
fixes problem reported by reinhold ropper for php-gd
Diffstat (limited to 'www/php4')
-rw-r--r-- | www/php4/Makefile.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php index 5b886284eea..fc26bb53944 100644 --- a/www/php4/Makefile.php +++ b/www/php4/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.38 2007/09/07 22:12:26 jlam Exp $ +# $NetBSD: Makefile.php,v 1.39 2007/12/09 14:40:08 jdolecek Exp $ .include "../../www/php4/Makefile.common" @@ -7,6 +7,7 @@ DISTINFO_FILE= ${.CURDIR}/../../www/php4/distinfo PATCHDIR= ${.CURDIR}/../../www/php4/patches USE_LIBTOOL= YES +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-mysql |