diff options
Diffstat (limited to 'editors/emacs24/patches/patch-aa')
-rw-r--r-- | editors/emacs24/patches/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/emacs24/patches/patch-aa b/editors/emacs24/patches/patch-aa new file mode 100644 index 00000000000..d18c23142b8 --- /dev/null +++ b/editors/emacs24/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2012/06/16 21:03:42 dholland Exp $ + +Add DrgonFly + +--- configure.in.orig 2012-06-09 13:15:01.000000000 +0900 ++++ configure.in 2012-06-09 13:18:11.000000000 +0900 +@@ -469,6 +469,14 @@ + vax-*) machine=vax ;; + 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* ) |