b6dafe7567
space for the next major version. WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This is the GTK2+ port of the engine of the 2.4 series.
12 lines
532 B
Text
12 lines
532 B
Text
$NetBSD: patch-ak,v 1.1 2015/07/12 00:37:47 wiz Exp $
|
|
|
|
--- Source/ThirdParty/ANGLE/src/compiler/osinclude.h.orig 2014-04-14 06:40:44.000000000 +0000
|
|
+++ Source/ThirdParty/ANGLE/src/compiler/osinclude.h
|
|
@@ -16,6 +16,7 @@
|
|
#define ANGLE_OS_WIN
|
|
#elif defined(__APPLE__) || defined(__linux__) || \
|
|
defined(__FreeBSD__) || defined(__OpenBSD__) || \
|
|
+ defined(__NetBSD__) || defined(__DragonFly__) || \
|
|
defined(__sun) || defined(ANDROID) || \
|
|
defined(__GLIBC__) || defined(__GNU__) || \
|
|
defined(__QNX__)
|