Files
pkgsrc-ng/devel/xulrunner192/patches/patch-ak
2013-09-26 17:14:40 +02:00

24 lines
682 B
Plaintext

$NetBSD: patch-ak,v 1.1.1.1 2011/04/19 11:16:07 tnn Exp $
--- js/ctypes/libffi/configure.orig 2010-03-16 05:55:17.000000000 -0400
+++ js/ctypes/libffi/configure 2010-03-31 04:08:48.000000000 -0400
@@ -21020,6 +21020,9 @@ case "$host" in
mips*-*-linux*)
TARGET=MIPS; TARGETDIR=mips
;;
+ mips*-*-netbsd*)
+ TARGET=MIPS; TARGETDIR=mips
+ ;;
powerpc*-*-linux* | powerpc-*-sysv*)
TARGET=POWERPC; TARGETDIR=powerpc
@@ -21033,7 +21036,7 @@ case "$host" in
powerpc-*-aix* | rs6000-*-aix*)
TARGET=POWERPC_AIX; TARGETDIR=powerpc
;;
- powerpc-*-freebsd*)
+ powerpc-*-freebsd* | powerpc-*-netbsd*)
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
;;
powerpc*-*-rtems*)