pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/lcms fix a header file bug which caused probl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7c6c14f888f
branches:  trunk
changeset: 472507:c7c6c14f888f
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sun Apr 11 04:35:22 2004 +0000

description:
fix a header file bug which caused problems when compiling kdegraphics3.

diffstat:

 graphics/lcms/distinfo         |   3 ++-
 graphics/lcms/patches/patch-aa |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 8e6d20a605ed -r c7c6c14f888f graphics/lcms/distinfo
--- a/graphics/lcms/distinfo    Sun Apr 11 04:19:40 2004 +0000
+++ b/graphics/lcms/distinfo    Sun Apr 11 04:35:22 2004 +0000
@@ -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 -r 8e6d20a605ed -r c7c6c14f888f graphics/lcms/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/lcms/patches/patch-aa    Sun Apr 11 04:35:22 2004 +0000
@@ -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 



Home | Main Index | Thread Index | Old Index