summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-09-05 08:52:01 +0000
committeradam <adam@pkgsrc.org>2017-09-05 08:52:01 +0000
commit231a0fcba3b4f902a1456b8355ace46cd19c0b5c (patch)
treeda53b40f6516d99c9802dc2fae2d0291087be750 /graphics
parentffc3883c196ba0f7786e34b9bc1d7617b1f99fe4 (diff)
downloadpkgsrc-231a0fcba3b4f902a1456b8355ace46cd19c0b5c.tar.gz
Fixed building on Darwin
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdk-pixbuf2/distinfo4
-rw-r--r--graphics/gdk-pixbuf2/patches/patch-configure15
2 files changed, 14 insertions, 5 deletions
diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo
index 4cb172748f9..cd644016a65 100644
--- a/graphics/gdk-pixbuf2/distinfo
+++ b/graphics/gdk-pixbuf2/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.35 2017/09/04 20:23:57 ryoon Exp $
+$NetBSD: distinfo,v 1.36 2017/09/05 08:52:01 adam Exp $
SHA1 (gdk-pixbuf-2.36.9.tar.xz) = fc32bff2855473e6e7dc547eca3be5d513b6323a
RMD160 (gdk-pixbuf-2.36.9.tar.xz) = 7e37b04812a729f0faf52017c619a94b59a48661
SHA512 (gdk-pixbuf-2.36.9.tar.xz) = ab8f2cda4490012936b094a1321e64b85e1fa1f8d070fae135a514f87f695201b845f4192e4a02954e2767d44314c0a95d727118853528182952d15890130261
Size (gdk-pixbuf-2.36.9.tar.xz) = 5769124 bytes
-SHA1 (patch-configure) = 1207c64836c0f5a79d32c19a97b6f539af136d45
+SHA1 (patch-configure) = 57dc34d970fd7637e4da408e1a198cb7bb4338a2
SHA1 (patch-contrib_gdk-pixbuf-xlib_Makefile.in) = 636ab94c6bfde10c118b7833b4637a586781bfd5
SHA1 (patch-gdk-pixbuf_Makefile.in) = 9173c4dbc89e4a4d34359e52885121c19a8a7ba6
SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 486db8d3f352b0d72b7074ba48f14ccbfa09deda
diff --git a/graphics/gdk-pixbuf2/patches/patch-configure b/graphics/gdk-pixbuf2/patches/patch-configure
index 96dafa6dd7e..05760561074 100644
--- a/graphics/gdk-pixbuf2/patches/patch-configure
+++ b/graphics/gdk-pixbuf2/patches/patch-configure
@@ -1,10 +1,19 @@
-$NetBSD: patch-configure,v 1.1 2017/08/08 16:52:10 adam Exp $
+$NetBSD: patch-configure,v 1.2 2017/09/05 08:52:02 adam Exp $
+Darwin is not win32.
Fix libtiff detection.
---- configure.orig 2017-08-08 16:46:18.000000000 +0000
+--- configure.orig 2017-08-19 17:24:07.000000000 +0000
+++ configure
-@@ -18796,6 +18796,7 @@ $as_echo "yes" >&6; }
+@@ -5289,6 +5289,7 @@ case "$host" in
+ ;;
+ *-*-darwin*)
+ gio_can_sniff=no
++ os_win32=no
+ ;;
+ *)
+ os_win32=no
+@@ -18799,6 +18800,7 @@ $as_echo "yes" >&6; }
fi
libtiff_found=yes