3ccc31789e
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 uses the gtk2 toolkit.
13 lines
463 B
C
13 lines
463 B
C
$NetBSD: patch-mozilla_mozglue_build_arm.h,v 1.1 2017/04/27 13:38:19 ryoon Exp $
|
|
|
|
--- mozilla/mozglue/build/arm.h.orig 2016-04-07 21:33:29.000000000 +0000
|
|
+++ mozilla/mozglue/build/arm.h
|
|
@@ -76,7 +76,7 @@
|
|
# endif
|
|
|
|
// Currently we only have CPU detection for Linux via /proc/cpuinfo
|
|
-# if defined(__linux__) || defined(ANDROID)
|
|
+# if defined(__linux__) || defined(ANDROID) || defined(__NetBSD__)
|
|
# define MOZILLA_ARM_HAVE_CPUID_DETECTION 1
|
|
# endif
|
|
|