$NetBSD: patch-mozilla_webapprt_moz.build,v 1.2 2014/11/02 05:40:31 ryoon Exp $ --- mozilla/webapprt/moz.build.orig 2014-10-14 06:36:45.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']