summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2006-03-23 02:27:36 +0000
committerminskim <minskim>2006-03-23 02:27:36 +0000
commit25addaf7e7afd8cc51aa907935e903bf5f1f4bbd (patch)
treec769e5746e5fd8e8c646a94481ff4c73ac075b02
parent2d3f2e5b0acd467137be01aaac009bc0c5fbbdc4 (diff)
downloadpkgsrc-25addaf7e7afd8cc51aa907935e903bf5f1f4bbd.tar.gz
Make this package build on a case-insensitive filesystem.
-rw-r--r--x11/kdelibs3/distinfo3
-rw-r--r--x11/kdelibs3/patches/patch-aj13
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo
index 9d4f649f32c..528c6ba253b 100644
--- a/x11/kdelibs3/distinfo
+++ b/x11/kdelibs3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.70 2006/03/22 23:44:06 minskim Exp $
+$NetBSD: distinfo,v 1.71 2006/03/23 02:27:36 minskim Exp $
SHA1 (kdelibs-3.5.1.tar.bz2) = 669dbefc1880f17493462ce724d4c38520724ece
RMD160 (kdelibs-3.5.1.tar.bz2) = db974aa14ff8f8d5a9d279ba8cabb5dcdc3ecc1c
@@ -12,6 +12,7 @@ SHA1 (patch-af) = 7fbb3abcbf56020e3827ddf9d056beab9d1f3cd7
SHA1 (patch-ag) = e471fdf5428e0f515ef3fe5427622854886ef952
SHA1 (patch-ah) = 467772a737072baa4af76b22f58bf1741b6633eb
SHA1 (patch-ai) = b4b6902423af8905e10d1652f2174b27280412ac
+SHA1 (patch-aj) = 2ec8d33ce6684da7c60759cf395b78fa4ac2eaec
SHA1 (patch-an) = a65dd672b26a12a6690d1109ba5ee6f58c69457a
SHA1 (patch-ao) = 7ae360b2ee2332ec3017dfd468457f2c1b139308
SHA1 (patch-ap) = 94037230bb3d12549195d52b98ffdd821f94f90d
diff --git a/x11/kdelibs3/patches/patch-aj b/x11/kdelibs3/patches/patch-aj
new file mode 100644
index 00000000000..addf06fc286
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.4 2006/03/23 02:27:36 minskim Exp $
+
+--- kabc/vcardformatimpl.h.orig 2006-03-22 15:39:10.000000000 -0800
++++ kabc/vcardformatimpl.h
+@@ -27,7 +27,7 @@
+ #include "address.h"
+ #include "addressee.h"
+
+-#ifdef __CYGWIN__
++#if defined(__CYGWIN__) || defined(__APPLE__)
+ #include <vcard/include/VCard.h>
+ #else
+ #include <VCard.h>