pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp24 Fixes build with Quartz GDK backend.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edbfd1f7265d
branches:  trunk
changeset: 522264:edbfd1f7265d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Dec 06 15:42:30 2006 +0000

description:
Fixes build with Quartz GDK backend.

http://bugzilla.gnome.org/show_bug.cgi?id=382929

diffstat:

 graphics/gimp24/distinfo         |   3 ++-
 graphics/gimp24/patches/patch-ac |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r c4e3fe9615a8 -r edbfd1f7265d graphics/gimp24/distinfo
--- a/graphics/gimp24/distinfo  Wed Dec 06 15:39:39 2006 +0000
+++ b/graphics/gimp24/distinfo  Wed Dec 06 15:42:30 2006 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.11 2006/11/30 23:41:35 adam Exp $
+$NetBSD: distinfo,v 1.12 2006/12/06 15:42:30 minskim Exp $
 
 SHA1 (gimp-2.3.13.tar.bz2) = 6f222f1a851a21e603f34ec925ddd15b7ad848c2
 RMD160 (gimp-2.3.13.tar.bz2) = a12f99ceca3c55af03b04b6b16ef1266f31b1b02
 Size (gimp-2.3.13.tar.bz2) = 15855459 bytes
 SHA1 (patch-aa) = a0b231711000429af0838d3e2c535227d201af34
 SHA1 (patch-ab) = c4f4aa170f9453fd92a54858c3440b0402c61809
+SHA1 (patch-ac) = b0f595fe75685d9202c634661c45e033a43715b8
 SHA1 (patch-ae) = 62edb4f0849e9baed7f10e39a1f2e87c551fca6f
diff -r c4e3fe9615a8 -r edbfd1f7265d graphics/gimp24/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp24/patches/patch-ac  Wed Dec 06 15:42:30 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.5 2006/12/06 15:42:30 minskim Exp $
+
+http://bugzilla.gnome.org/show_bug.cgi?id=382929
+
+--- plug-ins/common/xpm.c.orig 2006-05-19 01:56:59.000000000 -0700
++++ plug-ins/common/xpm.c
+@@ -49,7 +49,7 @@ Previous...Inherited code from Ray Lehti
+ 
+ #include <gdkconfig.h>                /* For GDK_WINDOWING_WIN32 */
+ 
+-#ifdef GDK_WINDOWING_WIN32
++#ifndef GDK_WINDOWING_X11
+ #ifndef XPM_NO_X
+ #define XPM_NO_X
+ #endif



Home | Main Index | Thread Index | Old Index