pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/php72
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 16 20:42:37 UTC 2020
Modified Files:
pkgsrc/lang/php72: Makefile.common
Log Message:
lang/php72: fix build with GNU_CONFIGURE_STRICT=yes
Most PHP modules don't know the --with-pcre-dir option.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php72/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/php72/Makefile.common
diff -u pkgsrc/lang/php72/Makefile.common:1.2 pkgsrc/lang/php72/Makefile.common:1.3
--- pkgsrc/lang/php72/Makefile.common:1.2 Mon Feb 5 08:51:25 2018
+++ pkgsrc/lang/php72/Makefile.common Sat May 16 20:42:37 2020
@@ -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 @@ CONFIGURE_ARGS+= php_cv_cc_dashr=no
# 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