summaryrefslogtreecommitdiff
path: root/www/webkit-gtk/patches/patch-ak
blob: 7a11a0c4cf20ea6eebc15185ffafc76ba7817ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ak,v 1.3 2012/10/30 12:46:30 drochner Exp $

--- Source/ThirdParty/ANGLE/src/compiler/osinclude.h.orig	2012-09-01 14:54:54.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__)