summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2021-09-30 23:48:51 +0000
committerryoon <ryoon@pkgsrc.org>2021-09-30 23:48:51 +0000
commit6699426ef0bfae568512696b8b5cf825ad282335 (patch)
tree59d1e9369da0763ae02529a17163899cad8c2368 /print
parenta1d4b08d6195fed947f874785defc15a7e859aae (diff)
downloadpkgsrc-6699426ef0bfae568512696b8b5cf825ad282335.tar.gz
ghostscript-agpl: Fix undefined reference error during link
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-agpl/distinfo4
-rw-r--r--print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c15
2 files changed, 17 insertions, 2 deletions
diff --git a/print/ghostscript-agpl/distinfo b/print/ghostscript-agpl/distinfo
index 0aac6004139..18a59f9a1df 100644
--- a/print/ghostscript-agpl/distinfo
+++ b/print/ghostscript-agpl/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.36 2021/09/29 19:19:23 adam Exp $
+$NetBSD: distinfo,v 1.37 2021/09/30 23:48:51 ryoon Exp $
SHA1 (ghostscript-9.55.0.tar.xz) = 8bdb24d0dbb429c5bd574fa94a613206d5543ec9
RMD160 (ghostscript-9.55.0.tar.xz) = 4e4833825b1645953afb56bbdde5fd14c6e04d6f
SHA512 (ghostscript-9.55.0.tar.xz) = 42c7e05ba72e9fdd626c5412187b13fc3c9459cae57dfe49ddd3011bf4e2cbd10bc88f09068a9f777c2ec6ae881cd737fd700ab62ec5108f2aca69152588f38e
Size (ghostscript-9.55.0.tar.xz) = 67417724 bytes
SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909
-SHA1 (patch-base_gsicc__lcms2.c) = 94a1799e37dbb6072b029d128ece367fa8ca20b0
+SHA1 (patch-base_gsicc__lcms2.c) = 23f5f905b537c0d82d37e140ed45e352ab951d54
SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0
SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688
diff --git a/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c b/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c
new file mode 100644
index 00000000000..8f980a4efc9
--- /dev/null
+++ b/print/ghostscript-agpl/patches/patch-base_gsicc__lcms2.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-base_gsicc__lcms2.c,v 1.1 2021/09/30 23:48:51 ryoon Exp $
+
+* Fix typo in function name to fix link.
+
+--- base/gsicc_lcms2.c.orig 2021-09-27 07:44:02.000000000 +0000
++++ base/gsicc_lcms2.c
+@@ -462,7 +462,7 @@ int
+ gscms_transform_color(gx_device *dev, gsicc_link_t *icclink, void *inputcolor,
+ void *outputcolor, int num_bytes)
+ {
+- return gscms_transformm_color_const(dev, icclink, inputcolor, outputcolor, num_bytes);
++ return gscms_transform_color_const(dev, icclink, inputcolor, outputcolor, num_bytes);
+ }
+
+ int