summaryrefslogtreecommitdiff
path: root/graphics/lcms/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2004-04-11 04:35:22 +0000
committerdmcmahill <dmcmahill>2004-04-11 04:35:22 +0000
commit4b03d15f05c6a7294f5dc01112f164f461a01be2 (patch)
tree1182dd0d065de5acce44a6b50cc291d8a4475e6a /graphics/lcms/patches
parenteb9f2cd5b3742fe14dd8bd412744b58ff99e419d (diff)
downloadpkgsrc-4b03d15f05c6a7294f5dc01112f164f461a01be2.tar.gz
fix a header file bug which caused problems when compiling kdegraphics3.
Diffstat (limited to 'graphics/lcms/patches')
-rw-r--r--graphics/lcms/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/lcms/patches/patch-aa b/graphics/lcms/patches/patch-aa
new file mode 100644
index 00000000000..fbe80d98ddf
--- /dev/null
+++ b/graphics/lcms/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.3 2004/04/11 04:35:22 dmcmahill Exp $
+
+--- include/lcms.h.orig 2003-12-20 15:00:11.000000000 +0000
++++ include/lcms.h 2004-04-09 18:17:12.000000000 +0000
+@@ -76,5 +76,5 @@
+ // Metroworks CodeWarrior
+
+-#if __MWERKS__
++#ifdef __MWERKS__
+ # define unlink remove
+ # if WIN32