$NetBSD: patch-mozilla_webapprt_moz.build,v 1.2 2015/07/09 15:17:34 ryoon Exp $ --- mozilla/webapprt/moz.build.orig 2015-06-08 17:49:33.000000000 +0000 +++ mozilla/webapprt/moz.build @@ -6,7 +6,7 @@ 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']