6e95e654f9
Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version tracks 31 ESR.
12 lines
522 B
Text
12 lines
522 B
Text
$NetBSD: patch-bi,v 1.1 2015/07/13 17:49:26 ryoon Exp $
|
|
|
|
--- mozilla/gfx/angle/src/compiler/osinclude.h.orig 2012-11-19 22:42:19.000000000 +0000
|
|
+++ mozilla/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__)
|