diff options
Diffstat (limited to 'www/weex/patches/patch-aa')
-rw-r--r-- | www/weex/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/weex/patches/patch-aa b/www/weex/patches/patch-aa index 64f9c0e5060..8c40dd6f2e4 100644 --- a/www/weex/patches/patch-aa +++ b/www/weex/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $ +$NetBSD: patch-aa,v 1.2 2005/07/08 17:51:32 kristerw Exp $ --- src/ftplib.h.orig Mon May 28 21:55:05 2001 +++ src/ftplib.h Mon May 28 21:58:47 2001 @@ -24,7 +24,7 @@ @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $ #define __FTPLIB_H -#if defined(__unix__) || defined(VMS) -+#if defined(__unix__) || defined(__NetBSD__) || defined(VMS) ++#if defined(__unix__) || defined(__NetBSD__) || defined(__APPLE__) || defined(VMS) #define GLOBALDEF #define GLOBALREF extern #elif defined(_WIN32) |