pkgsrc/www/seamonkey/patches/patch-mozilla_webapprt_moz.build
ryoon c6a65eeffc Update to 2.30
* Update enigmail to 1.7.2

Changelog:
* SeaMonkey specific changes are not available.
* Use xul engine from Firefox 33.
2014-11-02 05:40:31 +00:00

13 lines
415 B
Text

$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']