3ffd6fec3b
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. This package tracks 38 ESR branch.
16 lines
544 B
Text
16 lines
544 B
Text
$NetBSD: patch-mozilla_ipc_chromium_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $
|
|
|
|
--- mozilla/ipc/chromium/moz.build.orig 2014-07-18 00:05:24.000000000 +0000
|
|
+++ mozilla/ipc/chromium/moz.build
|
|
@@ -19,7 +19,10 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
|
else:
|
|
os_posix = 1
|
|
if CONFIG['OS_ARCH'] == 'Darwin':
|
|
- os_macosx = 1
|
|
+ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
|
+ os_macosx = 1
|
|
+ else:
|
|
+ os_bsd = 1
|
|
elif CONFIG['OS_ARCH'] == 'DragonFly':
|
|
os_dragonfly = 1
|
|
os_bsd = 1
|