summaryrefslogtreecommitdiff
path: root/news/slrn
diff options
context:
space:
mode:
authorjoerg <joerg>2016-06-01 13:34:23 +0000
committerjoerg <joerg>2016-06-01 13:34:23 +0000
commit359aab1cf97908211855dd4958648abe3435b2e1 (patch)
treea6e9ea578a52595a7a0e9194ae5f93000a9389f3 /news/slrn
parentd955b5925bb7b289f1d7114893fbc7810bd969e7 (diff)
downloadpkgsrc-359aab1cf97908211855dd4958648abe3435b2e1.tar.gz
Racy build.
Diffstat (limited to 'news/slrn')
-rw-r--r--news/slrn/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index ca143296e09..851f5114afd 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2016/03/05 11:29:15 jperkin Exp $
+# $NetBSD: Makefile,v 1.61 2016/06/01 13:34:23 joerg Exp $
DISTNAME= slrn-1.0.1
PKGREVISION= 1
@@ -10,6 +10,12 @@ HOMEPAGE= http://slrn.sourceforge.net/
COMMENT= Highly customizable threaded newsreader
LICENSE= gnu-gpl-v2
+# gcc: error: art.o: No such file or directory
+# gcc: error: art_misc.o: No such file or directory
+# gcc: error: art_sort.o: No such file or directory
+
+MAKE_JOBS_SAFE= no
+
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-inews --with-slrnpull --enable-spool \