blob: 5d8b65938a8f125133e04fe3225a5c961e7eabe1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-xpcom_reflect_xptcall_md_unix_moz.build,v 1.13 2020/12/17 09:53:15 ryoon Exp $
Make NetBSD/sparc64 use the same xptcall bindings as all other sparc64 ports
--- xpcom/reflect/xptcall/md/unix/moz.build.orig 2020-12-03 23:14:25.000000000 +0000
+++ xpcom/reflect/xptcall/md/unix/moz.build
@@ -225,7 +225,7 @@ if CONFIG["OS_ARCH"] == "OpenBSD" and CO
]
if (
- CONFIG["OS_ARCH"] in ("OpenBSD", "FreeBSD", "Linux", "SunOS")
+ CONFIG["OS_ARCH"] in ("OpenBSD", "FreeBSD", "NetBSD", "Linux", "SunOS")
and CONFIG["CPU_ARCH"] == "sparc64"
):
SOURCES += [
|