summaryrefslogtreecommitdiff
path: root/graphics/lcms/patches
diff options
context:
space:
mode:
authorgdt <gdt>2009-03-22 14:50:48 +0000
committergdt <gdt>2009-03-22 14:50:48 +0000
commita3ab8ad1709b190f71da02e5ba1556e81aac9abf (patch)
treecb649ba275d175627ca1f95ea4ba0b65893cb1aa /graphics/lcms/patches
parent181de34297665b653b50f35c10d66fae98497473 (diff)
downloadpkgsrc-a3ab8ad1709b190f71da02e5ba1556e81aac9abf.tar.gz
Update to 1.18, a security/maintenance release.
From NEWS: New in ver 1.18 =============== Changes in API ---------------------- *none* Implementation ---------------------- All errors moved to fatal, since there is no easy recovery strategy Vulnerability fixes on cmsio1.c Status check, many functions now check the status when calling other functions. Improved robustness against ill-formed profiles. _cmsSaveProfile didn't copy tags from a file based profile, fixed. Utilities ---------- icctrans: CMYKcm support wrongly implemented, fixed. icclink: linking 3 to 7 channels didn't work in some cases, fixed.
Diffstat (limited to 'graphics/lcms/patches')
-rw-r--r--graphics/lcms/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/lcms/patches/patch-aa b/graphics/lcms/patches/patch-aa
new file mode 100644
index 00000000000..299aae0942a
--- /dev/null
+++ b/graphics/lcms/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.8 2009/03/22 14:50:49 gdt Exp $
+
+Replace inexplicable use of |||| with ||. Submitted to lcms-user list
+20090322T1448Z.
+
+--- include/lcms.h.orig 2009-03-21 11:31:52.000000000 -0400
++++ include/lcms.h
+@@ -139,7 +139,7 @@ typedef pthread_rwlock_t LCMS_RW
+ # define USE_BIG_ENDIAN 1
+ #endif
+
+-#if defined(__sgi__) || defined(__sgi) || defined(__powerpc__) || defined(sparc) || defined(__ppc__) |||| defined(__s390__) || defined(__s390x__)
++#if defined(__sgi__) || defined(__sgi) || defined(__powerpc__) || defined(sparc) || defined(__ppc__) || defined(__s390__) || defined(__s390x__)
+ # define USE_BIG_ENDIAN 1
+ #endif
+