pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/librsvg librsvg: revert half of previous change
details: https://anonhg.NetBSD.org/pkgsrc/rev/af524a70db0b
branches: trunk
changeset: 457171:af524a70db0b
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Aug 20 02:54:51 2021 +0000
description:
librsvg: revert half of previous change
In fact, CARGO_MAKE_JOBS does need to be set here, as the intent is to
override a different point in the build than is influenced by settings
in cargo.mk. (Having realized I forgot to remove a related patch in my
prior commit, I then looked again and found I'd misread what was going
on in the first place. Clearly I'm in need of sleep!)
diffstat:
graphics/librsvg/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 760f35b5878a -r af524a70db0b graphics/librsvg/Makefile
--- a/graphics/librsvg/Makefile Fri Aug 20 01:39:39 2021 +0000
+++ b/graphics/librsvg/Makefile Fri Aug 20 02:54:51 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2021/08/20 01:39:39 gutteridge Exp $
+# $NetBSD: Makefile,v 1.133 2021/08/20 02:54:51 gutteridge Exp $
DISTNAME= librsvg-2.50.7
CATEGORIES= graphics gnome
@@ -10,6 +10,8 @@
COMMENT= SVG library for GNOME
LICENSE= gnu-lgpl-v2.1
+MAKE_FLAGS+= CARGO_MAKE_JOBS=-j${_MAKE_JOBS_N}
+
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake aclocal autoconf automake
USE_LANGUAGES+= c c++
Home |
Main Index |
Thread Index |
Old Index