summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorminskim <minskim>2004-08-06 13:58:55 +0000
committerminskim <minskim>2004-08-06 13:58:55 +0000
commit5091dde14da1a738fee6de3451cf045c16cf8cdc (patch)
tree31a5b48db20b73a224206509af85007f375b918a /x11
parentaf31507ad4d74038ee8819e9d506577fd93a7e1f (diff)
downloadpkgsrc-5091dde14da1a738fee6de3451cf045c16cf8cdc.tar.gz
Specify the path to gdk-pixbuf-gnome headers explicitly, because
gdk-pixbuf-gnome doens't share the directory with gdk-pixbuf in the pkgviews world. Patch provided by Rhialto (rhialto at azenomei.knuffel.net) in PR pkg/26566.
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-core/distinfo3
-rw-r--r--x11/gnome-core/patches/patch-ad12
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/gnome-core/distinfo b/x11/gnome-core/distinfo
index fc077e427fc..3fca362958f 100644
--- a/x11/gnome-core/distinfo
+++ b/x11/gnome-core/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.9 2002/09/21 23:11:19 jlam Exp $
+$NetBSD: distinfo,v 1.10 2004/08/06 13:58:55 minskim Exp $
SHA1 (gnome-core-1.4.2.tar.bz2) = 213989b6ded4175f98a208d51fae180897beb20b
Size (gnome-core-1.4.2.tar.bz2) = 6276384 bytes
SHA1 (patch-aa) = f36c0409e5ece6978fe373d4f40f88ed1f04062e
SHA1 (patch-ab) = 54d7ee01544a4928742d89773f9e9ec2c8e9f0bf
SHA1 (patch-ac) = 02d5c68e9f2fedeb3a5b51900e553b92766ba32b
+SHA1 (patch-ad) = be326b0439c83cb3868ca7ffca797aa06d939fd7
SHA1 (patch-ag) = cf578cd3de610d216499f43dc229c266ab9ef447
SHA1 (patch-aj) = c4a30d54b19f0f5036f2e10981290da60bbcc3cf
diff --git a/x11/gnome-core/patches/patch-ad b/x11/gnome-core/patches/patch-ad
new file mode 100644
index 00000000000..696a077166b
--- /dev/null
+++ b/x11/gnome-core/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.3 2004/08/06 13:58:55 minskim Exp $
+
+--- gnome-about/Makefile.in.orig 2004-08-05 22:50:23.000000000 -0500
++++ gnome-about/Makefile.in
+@@ -183,6 +183,7 @@ INCLUDES = \
+ -I$(top_builddir)/intl \
+ $(GNOME_INCLUDEDIR) \
+ $(PIXBUF_CFLAGS) \
++ $(CANVAS_PIXBUF_CFLAGS) \
+ -DGNOMELOCALEDIR=\""$(datadir)/locale\""
+
+