pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Apr 27 05:07:26 UTC 2020

Modified Files:
        pkgsrc/www/nginx: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/nginx/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/www/nginx/Makefile.common
diff -u pkgsrc/www/nginx/Makefile.common:1.17 pkgsrc/www/nginx/Makefile.common:1.18
--- pkgsrc/www/nginx/Makefile.common:1.17       Sun Jan 26 17:32:22 2020
+++ pkgsrc/www/nginx/Makefile.common    Mon Apr 27 05:07:25 2020
@@ -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_CLASSES+=               prefix
 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