summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-ak
blob: a03595771d4a8eaa73043aa71f58e211b8376edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ak,v 1.5 2010/07/12 16:49:22 tnn Exp $

--- mozilla/js/ctypes/libffi/configure.orig	2010-03-16 05:55:17.000000000 -0400
+++ mozilla/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*)