pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/miniupnpd miniupnpd: consistently fails with MAKE_...
details: https://anonhg.NetBSD.org/pkgsrc/rev/034a2e5fcc3b
branches: trunk
changeset: 313720:034a2e5fcc3b
user: maya <maya%pkgsrc.org@localhost>
date: Sun Oct 07 22:26:42 2018 +0000
description:
miniupnpd: consistently fails with MAKE_JOBS set for me
it doesn't wait until generating config.h is done.
diffstat:
net/miniupnpd/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ce0e93f20043 -r 034a2e5fcc3b net/miniupnpd/Makefile
--- a/net/miniupnpd/Makefile Sun Oct 07 20:26:38 2018 +0000
+++ b/net/miniupnpd/Makefile Sun Oct 07 22:26:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2018/10/07 09:12:31 adam Exp $
+# $NetBSD: Makefile,v 1.24 2018/10/07 22:26:42 maya Exp $
DISTNAME= miniupnpd-2.1
CATEGORIES= net
@@ -12,6 +12,9 @@
EGDIR= ${PREFIX}/share/examples/miniupnpd
CONF_FILES= ${EGDIR}/miniupnpd.conf ${PKG_SYSCONFDIR}/miniupnpd.conf
+# miniupnpd.c:9:20: fatal error: config.h: No such file or directory
+MAKE_JOBS_SAFE= no
+
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index