pkgsrc/mail/thunderbird24/patches/patch-mozilla_xpcom_ds_moz.build
ryoon 193e022a9f Import thunderbird24-24.7.0 as mail/thunderbird24.
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 Thunderbird 24 branch.
2014-07-27 05:36:07 +00:00

22 lines
588 B
Text

$NetBSD: patch-mozilla_xpcom_ds_moz.build,v 1.1 2014/07/27 05:36:07 ryoon Exp $
--- mozilla/xpcom/ds/moz.build.orig 2013-10-23 22:09:21.000000000 +0000
+++ mozilla/xpcom/ds/moz.build
@@ -95,7 +95,6 @@ CPP_SOURCES += [
'nsSupportsPrimitives.cpp',
'nsUnicharBuffer.cpp',
'nsVariant.cpp',
- 'TimeStamp.cpp',
]
if CONFIG['HAVE_CLOCK_MONOTONIC']:
@@ -113,5 +112,9 @@ elif CONFIG['OS_ARCH'] == 'WINNT':
else:
error('No TimeStamp implementation on this platform. Build will not succeed')
+CPP_SOURCES += [
+ 'TimeStamp.cpp',
+]
+
LIBRARY_NAME = 'xpcomds_s'