diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-04-11 04:35:22 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-04-11 04:35:22 +0000 |
commit | 93148bfacf777247f28fd815bb1b6ce2a6a5e49e (patch) | |
tree | 1182dd0d065de5acce44a6b50cc291d8a4475e6a | |
parent | d3849ce2460306aaab21b6b00a8e1fe5e06360ee (diff) | |
download | pkgsrc-93148bfacf777247f28fd815bb1b6ce2a6a5e49e.tar.gz |
fix a header file bug which caused problems when compiling kdegraphics3.
-rw-r--r-- | graphics/lcms/distinfo | 3 | ||||
-rw-r--r-- | graphics/lcms/patches/patch-aa | 11 |
2 files changed, 13 insertions, 1 deletions
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 |