pkgsrc/devel/xulrunner/patches/patch-ak
2010-04-01 08:25:07 +00:00

23 lines
683 B
Text

$NetBSD: patch-ak,v 1.3 2010/04/01 08:25:07 jmcneill 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*)