pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/librsvg



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Aug 20 02:54:51 UTC 2021

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
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!)


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/graphics/librsvg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/librsvg/Makefile
diff -u pkgsrc/graphics/librsvg/Makefile:1.132 pkgsrc/graphics/librsvg/Makefile:1.133
--- pkgsrc/graphics/librsvg/Makefile:1.132      Fri Aug 20 01:39:39 2021
+++ pkgsrc/graphics/librsvg/Makefile    Fri Aug 20 02:54:51 2021
@@ -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 @@ HOMEPAGE=     https://wiki.gnome.org/LibRsvg
 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