summaryrefslogtreecommitdiff
path: root/editors/emacs24/patches/patch-ab
blob: f84f94797ce51d9a69e05d1953c64dc0d0c87540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ab,v 1.1 2012/06/16 21:03:42 dholland Exp $

Add DragonFly

--- configure.orig	2012-06-01 15:21:49.000000000 +0900
+++ configure	2012-06-09 13:19:56.000000000 +0900
@@ -4476,6 +4476,15 @@
     esac
   ;;
 
+  ## DragonFly ports
+  *-*-dragonfly*)
+    opsys=dragonfly
+    case "${canonical}" in
+      i[3456]86-*-dragonfly*)     machine=intel386 ;;
+      amd64-*-dragonfly*|x86_64-*-dragonfly*) machine=amdx86-64 ;;
+    esac
+  ;;
+
   ## OpenBSD ports
   *-*-openbsd* )
     opsys=openbsd