pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/felinks felinks: mark as not-make-jobs-safe



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b2b57905e6c
branches:  trunk
changeset: 389521:7b2b57905e6c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 05 09:32:34 2022 +0000

description:
felinks: mark as not-make-jobs-safe

Fails with
ld: no input files

diffstat:

 www/felinks/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0833d6debf78 -r 7b2b57905e6c www/felinks/Makefile
--- a/www/felinks/Makefile      Mon Dec 05 08:54:30 2022 +0000
+++ b/www/felinks/Makefile      Mon Dec 05 09:32:34 2022 +0000
@@ -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_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