summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-03 14:05:55 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-03 14:05:55 +0000
commitfec7982425568a42ada0e8770d1111bec31361ba (patch)
treed55c778db5a837f0bd15f27db42a4fd9ab45bd8a
parent6ba996745edca261543807ef0f2f77b5550251e4 (diff)
downloadpkgsrc-fec7982425568a42ada0e8770d1111bec31361ba.tar.gz
Not MAKE_JOBS_SAFE
-rw-r--r--net/miniupnpd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile
index 007db3c858d..7ff56c8e55c 100644
--- a/net/miniupnpd/Makefile
+++ b/net/miniupnpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/10/29 13:05:34 adam Exp $
+# $NetBSD: Makefile,v 1.14 2014/12/03 14:05:55 joerg Exp $
DISTNAME= miniupnpd-1.8.20141022
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:8:10: fatal error: 'config.h' file not found
+MAKE_JOBS_SAFE= no
+
.include "../../mk/bsd.prefs.mk"
.include "options.mk"