pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ap2-auth-mellon
Module Name: pkgsrc
Committed By: rillig
Date: Thu Apr 30 16:35:51 UTC 2020
Modified Files:
pkgsrc/www/ap2-auth-mellon: Makefile
Log Message:
www/ap2-auth-mellon: fix build with SUBST_NOOP_OK=no
The CFLAG -pthread may be added to the Makefile by one of the
placeholders, depending on the actual configuration.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/www/ap2-auth-mellon/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ap2-auth-mellon/Makefile
diff -u pkgsrc/www/ap2-auth-mellon/Makefile:1.56 pkgsrc/www/ap2-auth-mellon/Makefile:1.57
--- pkgsrc/www/ap2-auth-mellon/Makefile:1.56 Sun Mar 8 16:51:35 2020
+++ pkgsrc/www/ap2-auth-mellon/Makefile Thu Apr 30 16:35:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/03/08 16:51:35 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2020/04/30 16:35:51 rillig Exp $
DISTNAME= mod_auth_mellon-0.14.2
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/g}
@@ -25,6 +25,7 @@ SUBST_CLASSES+= pthflags
SUBST_STAGE.pthflags= post-configure
SUBST_FILES.pthflags= Makefile
SUBST_SED.pthflags= -e 's| -pthread | |g'
+SUBST_NOOP_OK.pthflags= yes
INSTALLATION_DIRS+= lib/httpd
Home |
Main Index |
Thread Index |
Old Index