diff options
Diffstat (limited to 'editors/emacs24/patches/patch-ab')
-rw-r--r-- | editors/emacs24/patches/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/emacs24/patches/patch-ab b/editors/emacs24/patches/patch-ab new file mode 100644 index 00000000000..f84f94797ce --- /dev/null +++ b/editors/emacs24/patches/patch-ab @@ -0,0 +1,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 |