summaryrefslogtreecommitdiff
path: root/www/webkit-gtk/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk/patches/patch-ad')
-rw-r--r--www/webkit-gtk/patches/patch-ad20
1 files changed, 4 insertions, 16 deletions
diff --git a/www/webkit-gtk/patches/patch-ad b/www/webkit-gtk/patches/patch-ad
index a00252e42dc..b88ee59e2a5 100644
--- a/www/webkit-gtk/patches/patch-ad
+++ b/www/webkit-gtk/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.1.1.1 2008/12/11 19:38:57 ahoka Exp $
+$NetBSD: patch-ad,v 1.2 2008/12/13 02:35:16 jmcneill Exp $
---- JavaScriptCore/wtf/Platform.h.orig 2008-07-23 07:17:02.000000000 +0200
-+++ JavaScriptCore/wtf/Platform.h
-@@ -64,6 +64,13 @@
+--- JavaScriptCore/wtf/Platform.h.orig 2008-12-04 23:38:13.000000000 -0500
++++ JavaScriptCore/wtf/Platform.h 2008-12-11 20:49:35.000000000 -0500
+@@ -71,6 +71,13 @@
#define WTF_PLATFORM_OPENBSD 1
#endif
@@ -16,15 +16,3 @@ $NetBSD: patch-ad,v 1.1.1.1 2008/12/11 19:38:57 ahoka Exp $
/* PLATFORM(SOLARIS) */
/* Operating system level dependencies for Solaris that should be used */
/* regardless of operating environment */
-@@ -76,10 +83,10 @@
- /* should be used regardless of operating environment */
- #if PLATFORM(DARWIN) \
- || PLATFORM(FREEBSD) \
-+ || PLATFORM(NETBSD) \
- || defined(unix) \
- || defined(__unix) \
- || defined(__unix__) \
-- || defined (__NetBSD__) \
- || defined(_AIX)
- #define WTF_PLATFORM_UNIX 1
- #endif