pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/librsvg2 MAKE_JOBS_SAFE=NO



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd2b8574039c
branches:  trunk
changeset: 520546:cd2b8574039c
user:      dan <dan%pkgsrc.org@localhost>
date:      Mon Oct 23 02:30:19 2006 +0000

description:
MAKE_JOBS_SAFE=NO

first symptom with -j is that it blows up looking for .la file too
soon.

diffstat:

 graphics/librsvg2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5085aec866b5 -r cd2b8574039c graphics/librsvg2/Makefile
--- a/graphics/librsvg2/Makefile        Mon Oct 23 01:31:38 2006 +0000
+++ b/graphics/librsvg2/Makefile        Mon Oct 23 02:30:19 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2006/09/16 12:20:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.54 2006/10/23 02:30:19 dan Exp $
 
 DISTNAME=      librsvg-2.16.0
 PKGNAME=       ${DISTNAME:S/-/2-/}
@@ -12,6 +12,7 @@
 COMMENT=       SVG library for GNOME2
 
 CONFLICTS+=    librsvg2-gtk-[0-9]*
+MAKE_JOBS_SAFE=        NO
 
 USE_DIRS+=             xdg-1.1
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index