summaryrefslogtreecommitdiff
path: root/editors/mule/patches/patch-ad
blob: 751f4c7b935392ce597bc55933e98b15b773cecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ad,v 1.3 2005/12/01 18:13:24 wiz Exp $

--- configure.orig	1995-06-05 03:11:38.000000000 +0200
+++ configure
@@ -581,12 +581,14 @@ case "${canonical}" in
   *-*-netbsd* )
     opsys=netbsd
     case "${canonical}" in
+      alpha-*-netbsd*)	machine=alpha ;;
       i[345]86-*-netbsd*) machine=intel386 ;;
       m68k-*-netbsd*)
 			# This is somewhat bogus.
 			machine=hp9000s300 ;;
       mips-*-netbsd*)	machine=pmax ;;
       ns32k-*-netbsd*)	machine=ns32000 ;;
+      powerpc-*-netbsd*) machine=powerpc ;;
       sparc-*-netbsd*)	machine=sparc ;;
     esac
   ;;