Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap2-auth-mellon www/ap2-auth-mellon: fix build wit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/93a79184d02c
branches: trunk
changeset: 430406:93a79184d02c
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Apr 30 16:35:51 2020 +0000
description:
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.
diffstat:
www/ap2-auth-mellon/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 37be2e25bc41 -r 93a79184d02c www/ap2-auth-mellon/Makefile
--- a/www/ap2-auth-mellon/Makefile Thu Apr 30 16:29:45 2020 +0000
+++ b/www/ap2-auth-mellon/Makefile Thu Apr 30 16:35:51 2020 +0000
@@ -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_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