[tor-commits] [tor-browser/esr24] Bug 970031 - Re-apply bug 761077 to unbreak xptcall build on FreeBSD sparc64. r=froydnj, a=NPOTB

mikeperry at torproject.org mikeperry at torproject.org
Fri Aug 29 05:26:37 UTC 2014


commit 1bf8bdab12367d044439edd5c4bb5c5e53420445
Author: Jan Beich <jbeich at tormail.org>
Date:   Tue Feb 11 17:03:40 2014 -0500

    Bug 970031 - Re-apply bug 761077 to unbreak xptcall build on FreeBSD sparc64. r=froydnj, a=NPOTB
---
 xpcom/reflect/xptcall/src/md/unix/moz.build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xpcom/reflect/xptcall/src/md/unix/moz.build b/xpcom/reflect/xptcall/src/md/unix/moz.build
index f18de2e..0081168 100644
--- a/xpcom/reflect/xptcall/src/md/unix/moz.build
+++ b/xpcom/reflect/xptcall/src/md/unix/moz.build
@@ -235,7 +235,7 @@ if CONFIG['OS_ARCH'] == 'OpenBSD' and CONFIG['OS_TEST'] == 'sparc':
         'xptcstubs_sparc_openbsd.cpp',
     ]
 
-if CONFIG['OS_ARCH'] == 'OpenBSD' and CONFIG['OS_TEST'] == 'sparc64':
+if CONFIG['OS_ARCH'] in ('OpenBSD', 'FreeBSD') and CONFIG['OS_TEST'] == 'sparc64':
     CPP_SOURCES += [
         'xptcinvoke_sparc64_openbsd.cpp',
         'xptcstubs_sparc64_openbsd.cpp',





More information about the tor-commits mailing list