pkgsrc/x11/kdelibs3/patches/patch-aj

13 lines
348 B
Text

$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>