pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php4 add USE_LANGUAGES c++, so that some extension...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e2ae2370811
branches:  trunk
changeset: 536263:7e2ae2370811
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Dec 09 14:40:08 2007 +0000

description:
add USE_LANGUAGES c++, so that some extensions using C++ build properly
fixes problem reported by reinhold ropper for php-gd

diffstat:

 www/php4/Makefile.php |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cf410e9a677c -r 7e2ae2370811 www/php4/Makefile.php
--- a/www/php4/Makefile.php     Sun Dec 09 14:02:14 2007 +0000
+++ b/www/php4/Makefile.php     Sun Dec 09 14:40:08 2007 +0000
@@ -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 @@
 PATCHDIR=              ${.CURDIR}/../../www/php4/patches
 
 USE_LIBTOOL=           YES
+USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
 
 CONFIGURE_ARGS+=       --without-mysql



Home | Main Index | Thread Index | Old Index