pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/felinks
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 5 09:32:34 UTC 2022
Modified Files:
pkgsrc/www/felinks: Makefile
Log Message:
felinks: mark as not-make-jobs-safe
Fails with
ld: no input files
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/felinks/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/felinks/Makefile
diff -u pkgsrc/www/felinks/Makefile:1.9 pkgsrc/www/felinks/Makefile:1.10
--- pkgsrc/www/felinks/Makefile:1.9 Wed Oct 26 10:32:04 2022
+++ pkgsrc/www/felinks/Makefile Mon Dec 5 09:32:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/10/26 10:32:04 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/12/05 09:32:34 wiz Exp $
DISTNAME= elinks-0.15.1
PKGNAME= ${DISTNAME:S/elinks/felinks/}
@@ -20,6 +20,9 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
USE_TOOLS+= msgfmt xgettext
+# ld: no input files
+MAKE_JOBS_SAFE= no
+
post-install:
${RM} -f ${DESTDIR}${PREFIX}/lib/charset.alias
Home |
Main Index |
Thread Index |
Old Index