pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/miniupnpd



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Oct  7 22:26:42 UTC 2018

Modified Files:
        pkgsrc/net/miniupnpd: Makefile

Log Message:
miniupnpd: consistently fails with MAKE_JOBS set for me
it doesn't wait until generating config.h is done.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/miniupnpd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/miniupnpd/Makefile
diff -u pkgsrc/net/miniupnpd/Makefile:1.23 pkgsrc/net/miniupnpd/Makefile:1.24
--- pkgsrc/net/miniupnpd/Makefile:1.23  Sun Oct  7 09:12:31 2018
+++ pkgsrc/net/miniupnpd/Makefile       Sun Oct  7 22:26:42 2018
@@ -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 @@ LICENSE=      modified-bsd
 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