summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-ab
diff options
context:
space:
mode:
authormarkd <markd>2005-10-06 11:08:39 +0000
committermarkd <markd>2005-10-06 11:08:39 +0000
commit112ece8864c676f9913bfe263540c6f4d95d7835 (patch)
treec5f644c1215156b86b5ee8f945f4244158c25e42 /editors/emacs/patches/patch-ab
parenta35876fe7c2068fc90b76132440457893577e23f (diff)
downloadpkgsrc-112ece8864c676f9913bfe263540c6f4d95d7835.tar.gz
A couple of patches to fix build on NetBSD/hp700. From Konrad Schroder.
Diffstat (limited to 'editors/emacs/patches/patch-ab')
-rw-r--r--editors/emacs/patches/patch-ab5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/emacs/patches/patch-ab b/editors/emacs/patches/patch-ab
index 76d6900f0eb..fc0c422045f 100644
--- a/editors/emacs/patches/patch-ab
+++ b/editors/emacs/patches/patch-ab
@@ -1,12 +1,13 @@
-$NetBSD: patch-ab,v 1.19 2005/05/26 02:10:49 markd Exp $
+$NetBSD: patch-ab,v 1.20 2005/10/06 11:08:39 markd Exp $
--- configure.orig 2003-03-19 02:19:12.000000000 +1200
+++ configure
-@@ -822,9 +822,13 @@ case "${canonical}" in
+@@ -822,9 +822,14 @@ case "${canonical}" in
sparc*-*-netbsd*) machine=sparc ;;
vax-*-netbsd*) machine=vax ;;
arm-*-netbsd*) machine=arm ;;
+ x86_64-*-netbsd*) machine=amd64 ;;
++ hppa-*-netbsd*) machine=hp800 ;;
esac
;;