Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php72 lang/php72: fix build with GNU_CONFIGURE_ST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e86985301422
branches:  trunk
changeset: 431867:e86985301422
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 20:42:37 2020 +0000

description:
lang/php72: fix build with GNU_CONFIGURE_STRICT=yes

Most PHP modules don't know the --with-pcre-dir option.

diffstat:

 lang/php72/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r e3faf1a0f2cb -r e86985301422 lang/php72/Makefile.common
--- a/lang/php72/Makefile.common        Sat May 16 20:22:41 2020 +0000
+++ b/lang/php72/Makefile.common        Sat May 16 20:42:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2018/02/05 08:51:25 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.3 2020/05/16 20:42:37 rillig Exp $
 # used by lang/php72/Makefile.php
 # used by lang/php/ext.mk
 # used by meta-pkgs/php72-extensions/Makefile
@@ -24,4 +24,5 @@
 # dependency only
 BUILDLINK_DEPMETHOD.pcre?=     build
 CONFIGURE_ARGS+=       --with-pcre-dir=${BUILDLINK_PREFIX.pcre}
+GNU_CONFIGURE_STRICT=  no
 .include "../../devel/pcre/buildlink3.mk"



Home | Main Index | Thread Index | Old Index