summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhorben <khorben>2017-06-08 01:28:10 +0000
committerkhorben <khorben>2017-06-08 01:28:10 +0000
commit7457a94c504101ec286ae16b1bf00412f1e1aafb (patch)
treeb8693c8f15189a7138bcd9737c854533f5d387de
parente1e4b8352f6a1f0c1ed2bd7daf410b45134ca29d (diff)
downloadpkgsrc-7457a94c504101ec286ae16b1bf00412f1e1aafb.tar.gz
Fix build with cups 2.2.0
-rw-r--r--print/ghostscript-gpl/distinfo3
-rw-r--r--print/ghostscript-gpl/patches/patch-cups_colord.h14
2 files changed, 16 insertions, 1 deletions
diff --git a/print/ghostscript-gpl/distinfo b/print/ghostscript-gpl/distinfo
index a22ecc11318..0a2ffab6804 100644
--- a/print/ghostscript-gpl/distinfo
+++ b/print/ghostscript-gpl/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2017/04/18 22:07:06 tez Exp $
+$NetBSD: distinfo,v 1.18 2017/06/08 01:28:10 khorben Exp $
SHA1 (ghostscript-9.06.tar.bz2) = 4c1c2b4cddd16d86b21f36ad4fc15f6100162238
RMD160 (ghostscript-9.06.tar.bz2) = 11ef74cf783ec5f7cde0ceaaf2823a1f62fb4d1d
@@ -27,4 +27,5 @@ SHA1 (patch-base_gdevpng.c) = 24120e26bd2a846f6d4c8ab9753dfe91f151343f
SHA1 (patch-base_gserrors_h) = fde64bd096a6e6f94005c8352a6295df06c19bae
SHA1 (patch-base_gsmalloc.c) = 891bdcef49e0f2c435744eaf7bbcd31f5dbcbaba
SHA1 (patch-base_memento.c) = d30cfb9285a0268e743c90cdf831674eaa24789b
+SHA1 (patch-cups_colord.h) = ab5c4bfa7184d2c1756697b87e7046645bdc2bc2
SHA1 (patch-openjpeg_libopenjpeg_opj_malloc_h) = 24f15c55cd7961afc1254f6c4bccd6d0c2a5e737
diff --git a/print/ghostscript-gpl/patches/patch-cups_colord.h b/print/ghostscript-gpl/patches/patch-cups_colord.h
new file mode 100644
index 00000000000..621f3812e58
--- /dev/null
+++ b/print/ghostscript-gpl/patches/patch-cups_colord.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-cups_colord.h,v 1.1 2017/06/08 01:28:10 khorben Exp $
+
+Fix build with cups 2.2.0
+
+--- cups/colord.h.orig 2012-08-08 08:01:36.000000000 +0000
++++ cups/colord.h
+@@ -27,6 +27,7 @@ MIT Open Source License - http://www.o
+
+ /* Common routines for accessing the colord CMS framework */
+
++#include <cups/ppd.h>
+ #include <cups/raster.h>
+
+ char **colord_get_qualifier_for_ppd (ppd_file_t *ppd);