Make this package build on a case-insensitive filesystem.
This commit is contained in:
parent
cb581805f7
commit
1cf83b94a5
2 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
13
x11/kdelibs3/patches/patch-aj
Normal file
13
x11/kdelibs3/patches/patch-aj
Normal file
|
@ -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>
|
Loading…
Reference in a new issue