summaryrefslogtreecommitdiff
path: root/editors/emacs22/patches
diff options
context:
space:
mode:
authorobache <obache>2009-10-07 10:50:59 +0000
committerobache <obache>2009-10-07 10:50:59 +0000
commite8b08a6398542943334a300bafab693b653e20e3 (patch)
tree3a38a55f7e2880a12fbbdf4070d529035f697144 /editors/emacs22/patches
parent8ec2f873843fca1fe08ce9a5989cbb4b19e9240d (diff)
downloadpkgsrc-e8b08a6398542943334a300bafab693b653e20e3.tar.gz
prevent unrequisite warning message on NetBSD-Alpha,
as reported in PR 39027. Bump PKGREVISION.
Diffstat (limited to 'editors/emacs22/patches')
-rw-r--r--editors/emacs22/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/emacs22/patches/patch-ac b/editors/emacs22/patches/patch-ac
new file mode 100644
index 00000000000..ed246b72262
--- /dev/null
+++ b/editors/emacs22/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2009/10/07 10:50:59 obache Exp $
+
+--- src/m/alpha.h.orig 2008-01-08 13:04:36.000000000 +0900
++++ src/m/alpha.h
+@@ -106,7 +106,7 @@ NOTE-END
+ #ifdef __ELF__
+ #undef UNEXEC
+ #define UNEXEC unexelf.o
+-#ifndef LINUX
++#if !defined(LINUX) && !defined(__NetBSD__)
+ #define DATA_START 0x140000000
+ #endif
+ #endif