Files
pkgsrc-ng/mail/thunderbird/patches/patch-mozilla_webapprt_moz.build
2016-11-18 22:39:22 +01:00

14 lines
433 B
Plaintext

$NetBSD: patch-mozilla_webapprt_moz.build,v 1.3 2016/04/17 18:33:50 ryoon Exp $
--- mozilla/webapprt/moz.build.orig 2016-04-07 21:33:35.000000000 +0000
+++ mozilla/webapprt/moz.build
@@ -9,7 +9,7 @@ with Files('**'):
if CONFIG['OS_ARCH'] == 'WINNT':
DIRS += ['win']
-elif CONFIG['OS_ARCH'] == 'Darwin':
+elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
DIRS += ['mac']
elif CONFIG['MOZ_ENABLE_GTK']:
DIRS += ['gtk']