ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/www/libxul/files/patch-bug1330119
Revision: 23289
Committed: Tue May 1 03:45:25 2018 UTC (6 years ago) by laffer1
Content type: text/plain
File size: 545 byte(s)
Log Message:
add missing patch

File Contents

# Content
1 diff --git xpcom/reflect/xptcall/md/unix/moz.build xpcom/reflect/xptcall/md/unix/moz.build
2 index 019487bd69a2..a54026e70412 100644
3 --- xpcom/reflect/xptcall/md/unix/moz.build
4 +++ xpcom/reflect/xptcall/md/unix/moz.build
5 @@ -151,7 +151,7 @@ if CONFIG['OS_ARCH'] == 'NetBSD':
6 'xptcstubs_netbsd_m68k.cpp'
7 ]
8
9 -if CONFIG['OS_ARCH'] == 'Linux':
10 +if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD', 'MidnightBSD'):
11 if CONFIG['OS_TEST'] == 'aarch64':
12 SOURCES += [
13 'xptcinvoke_aarch64.cpp',

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain