pkgsrc/devel/xulrunner192/patches/patch-ak
tnn ff57234978 Re-import previous version of Firefox, because firefox-4.0 won't
work for some users (sparc64 support, for example, is busted and
won't appear again until firefox-5.0).
2011-04-19 11:16:02 +00:00

23 lines
682 B
Text

$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*)