pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp24 # libgimpthumb Makefile.am has issues ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c697bfb8eba
branches:  trunk
changeset: 531481:8c697bfb8eba
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jul 31 13:22:01 2007 +0000

description:
# libgimpthumb Makefile.am has issues (2.3.18):
# http://bugzilla.gnome.org/show_bug.cgi?id=462130
MAKE_JOBS_SAFE=         no

diffstat:

 graphics/gimp24/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d77df9c044ea -r 8c697bfb8eba graphics/gimp24/Makefile
--- a/graphics/gimp24/Makefile  Tue Jul 31 13:21:46 2007 +0000
+++ b/graphics/gimp24/Makefile  Tue Jul 31 13:22:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2007/07/04 15:19:51 lkundrak Exp $
+# $NetBSD: Makefile,v 1.46 2007/07/31 13:22:01 gdt Exp $
 
 DISTNAME=      gimp-2.3.18
 PKGREVISION=   1
@@ -14,6 +14,10 @@
 HOMEPAGE=      http://www.gimp.org/
 COMMENT=       Image manipulation program similar to Photoshop[tm]
 
+# libgimpthumb Makefile.am has issues (2.3.18):
+# http://bugzilla.gnome.org/show_bug.cgi?id=462130
+MAKE_JOBS_SAFE=                no
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 CONFLICTS+=            gimp<=1.2.3



Home | Main Index | Thread Index | Old Index