[Midnightbsd-cvs] mports [23289] trunk/www/libxul/files/patch-bug1330119: add missing patch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Apr 30 23:45:26 EDT 2018
Revision: 23289
http://svnweb.midnightbsd.org/mports/?rev=23289
Author: laffer1
Date: 2018-04-30 23:45:25 -0400 (Mon, 30 Apr 2018)
Log Message:
-----------
add missing patch
Added Paths:
-----------
trunk/www/libxul/files/patch-bug1330119
Added: trunk/www/libxul/files/patch-bug1330119
===================================================================
--- trunk/www/libxul/files/patch-bug1330119 (rev 0)
+++ trunk/www/libxul/files/patch-bug1330119 2018-05-01 03:45:25 UTC (rev 23289)
@@ -0,0 +1,13 @@
+diff --git xpcom/reflect/xptcall/md/unix/moz.build xpcom/reflect/xptcall/md/unix/moz.build
+index 019487bd69a2..a54026e70412 100644
+--- xpcom/reflect/xptcall/md/unix/moz.build
++++ xpcom/reflect/xptcall/md/unix/moz.build
+@@ -151,7 +151,7 @@ if CONFIG['OS_ARCH'] == 'NetBSD':
+ 'xptcstubs_netbsd_m68k.cpp'
+ ]
+
+-if CONFIG['OS_ARCH'] == 'Linux':
++if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD', 'MidnightBSD'):
+ if CONFIG['OS_TEST'] == 'aarch64':
+ SOURCES += [
+ 'xptcinvoke_aarch64.cpp',
Property changes on: trunk/www/libxul/files/patch-bug1330119
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list