From 80e41655c6cf7c0a9383ab061163ad9f8be88e9a Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sun, 11 Apr 2004 04:35:22 +0000 Subject: fix a header file bug which caused problems when compiling kdegraphics3. --- graphics/lcms/distinfo | 3 ++- graphics/lcms/patches/patch-aa | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 graphics/lcms/patches/patch-aa (limited to 'graphics/lcms') diff --git a/graphics/lcms/distinfo b/graphics/lcms/distinfo index 0afffa71262..3f1fdd373e5 100644 --- a/graphics/lcms/distinfo +++ b/graphics/lcms/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.9 2004/02/09 12:03:27 seb Exp $ +$NetBSD: distinfo,v 1.10 2004/04/11 04:35:22 dmcmahill Exp $ SHA1 (lcms-1.12.tar.gz) = 91c184378287df26cd8d729b1aae00b49077b9fb Size (lcms-1.12.tar.gz) = 567985 bytes +SHA1 (patch-aa) = 776379ce8b7ba25986a2e13dc2390c8033755d9a 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 -- cgit v1.2.3