summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-xpcom_ds_moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-xpcom_ds_moz.build')
-rw-r--r--www/firefox/patches/patch-xpcom_ds_moz.build25
1 files changed, 0 insertions, 25 deletions
diff --git a/www/firefox/patches/patch-xpcom_ds_moz.build b/www/firefox/patches/patch-xpcom_ds_moz.build
deleted file mode 100644
index cf300e2d329..00000000000
--- a/www/firefox/patches/patch-xpcom_ds_moz.build
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-xpcom_ds_moz.build,v 1.3 2013/12/15 13:54:37 ryoon Exp $
-
-* Honor sFirstTimeStamp and sProcessCreation, fix segfault.
-
---- xpcom/ds/moz.build.orig 2013-12-05 16:08:00.000000000 +0000
-+++ xpcom/ds/moz.build
-@@ -90,7 +90,6 @@ CPP_SOURCES += [
- 'nsSupportsArrayEnumerator.cpp',
- 'nsSupportsPrimitives.cpp',
- 'nsVariant.cpp',
-- 'TimeStamp.cpp',
- ]
-
- if CONFIG['OS_ARCH'] == 'WINNT':
-@@ -108,6 +107,10 @@ elif CONFIG['OS_ARCH'] == 'Darwin':
- else:
- error('No TimeStamp implementation on this platform. Build will not succeed')
-
-+CPP_SOURCES += [
-+ 'TimeStamp.cpp',
-+]
-+
- EXTRA_COMPONENTS += [
- 'nsINIProcessor.js',
- 'nsINIProcessor.manifest',