pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libraw Not make-jobs-safe. (Wants to link aga...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/193a0e5b92fc
branches:  trunk
changeset: 583441:193a0e5b92fc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 18 23:50:58 2010 +0000

description:
Not make-jobs-safe. (Wants to link against libraw before it is completely
built when run with -j16.)

diffstat:

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

diffs (17 lines):

diff -r ac007c0459ec -r 193a0e5b92fc graphics/libraw/Makefile
--- a/graphics/libraw/Makefile  Sat Dec 18 19:33:01 2010 +0000
+++ b/graphics/libraw/Makefile  Sat Dec 18 23:50:58 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/12/13 20:32:30 gls Exp $
+# $NetBSD: Makefile,v 1.5 2010/12/18 23:50:58 wiz Exp $
 #
 
 DISTNAME=              LibRaw-0.12.0
@@ -16,6 +16,7 @@
 USE_LANGUAGES= c c++
 GNU_CONFIGURE= yes
 USE_TOOLS+=            pkg-config gmake
+MAKE_JOBS_SAFE=        no
 
 PKGCONFIG_OVERRIDE+=   libraw.pc.in
 PKGCONFIG_OVERRIDE+=   libraw_r.pc.in



Home | Main Index | Thread Index | Old Index