XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment. This package tracks 17.0.x extended support release.
12 lines
506 B
Text
12 lines
506 B
Text
$NetBSD: patch-bi,v 1.1 2013/01/10 16:17:10 ryoon Exp $
|
|
|
|
--- gfx/angle/src/compiler/osinclude.h.orig 2012-11-19 17:03:13.000000000 +0000
|
|
+++ gfx/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__)
|