mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
23 lines
899 B
Plaintext
23 lines
899 B
Plaintext
$NetBSD: patch-xpcom_reflect_xptcall_md_unix_moz.build,v 1.4 2015/09/23 06:44:42 ryoon Exp $
|
|
|
|
--- xpcom/reflect/xptcall/md/unix/moz.build.orig 2015-08-24 21:53:22.000000000 +0000
|
|
+++ xpcom/reflect/xptcall/md/unix/moz.build
|
|
@@ -9,7 +9,7 @@ if CONFIG['OS_ARCH'] == 'Darwin':
|
|
'xptcinvoke_darwin.cpp',
|
|
'xptcstubs_darwin.cpp',
|
|
]
|
|
- if CONFIG['OS_TEST'] == 'powerpc':
|
|
+ if CONFIG['OS_TEST'] == 'ppc':
|
|
SOURCES += [
|
|
'!xptcstubs_asm_ppc_darwin.s',
|
|
'xptcinvoke_asm_ppc_rhapsody.s',
|
|
@@ -24,7 +24,7 @@ if CONFIG['OS_ARCH'] == 'GNU':
|
|
'xptcstubs_gcc_x86_unix.cpp'
|
|
]
|
|
|
|
-if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD') or \
|
|
+if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD', 'DragonFly') or \
|
|
CONFIG['OS_ARCH'].startswith('GNU_'):
|
|
if CONFIG['OS_TEST'] == 'x86_64':
|
|
SOURCES += [
|