pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nginx www/nginx-devel: fix build for SUBST_NOOP_OK=no



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d58f7a540dfe
branches:  trunk
changeset: 428326:d58f7a540dfe
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Apr 27 05:07:25 2020 +0000

description:
www/nginx-devel: fix build for SUBST_NOOP_OK=no

diffstat:

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

diffs (17 lines):

diff -r 8ceace62cb83 -r d58f7a540dfe www/nginx/Makefile.common
--- a/www/nginx/Makefile.common Mon Apr 27 05:02:37 2020 +0000
+++ b/www/nginx/Makefile.common Mon Apr 27 05:07:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2020/01/26 17:32:22 rillig Exp $
+# $NetBSD: Makefile.common,v 1.18 2020/04/27 05:07:25 rillig Exp $
 # used by www/nginx/Makefile
 # used by www/nginx-devel/Makefile
 
@@ -79,6 +79,7 @@
 SUBST_STAGE.prefix=    pre-configure
 SUBST_FILES.prefix=    auto/lib/pcre/conf
 SUBST_VARS.prefix=     PREFIX
+SUBST_NOOP_OK.prefix=  yes # not needed for nginx>=17
 
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure



Home | Main Index | Thread Index | Old Index