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 01:39:39 UTC 2021

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
librsvg: remove declarations now centralized in cargo.mk

These are redundant here now; cargo.mk has a more nuanced version of
one of them, and an equivalent of the other. Noted by pin@.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 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.131 pkgsrc/graphics/librsvg/Makefile:1.132
--- pkgsrc/graphics/librsvg/Makefile:1.131      Wed Aug 11 00:18:40 2021
+++ pkgsrc/graphics/librsvg/Makefile    Fri Aug 20 01:39:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.131 2021/08/11 00:18:40 gutteridge Exp $
+# $NetBSD: Makefile,v 1.132 2021/08/20 01:39:39 gutteridge Exp $
 
 DISTNAME=      librsvg-2.50.7
 CATEGORIES=    graphics gnome
@@ -10,9 +10,6 @@ HOMEPAGE=     https://wiki.gnome.org/LibRsvg
 COMMENT=       SVG library for GNOME
 LICENSE=       gnu-lgpl-v2.1
 
-MAKE_JOBS_SAFE=        NO
-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