summaryrefslogtreecommitdiff
path: root/editors/emacs20
diff options
context:
space:
mode:
authorkristerw <kristerw>2008-01-09 18:27:35 +0000
committerkristerw <kristerw>2008-01-09 18:27:35 +0000
commit3599181fb2ca168d219d75e4045462c8a4ad03c6 (patch)
tree4d35d8fa13cd73fb3ebcfa8d06ed52e3a209f677 /editors/emacs20
parent3e8cbca4032462cd4534d32017aafbe1a3583158 (diff)
downloadpkgsrc-3599181fb2ca168d219d75e4045462c8a4ad03c6.tar.gz
Update an include file to fix build errors for PKG_OPTIONS.emacs+=x11.
Diffstat (limited to 'editors/emacs20')
-rw-r--r--editors/emacs20/distinfo3
-rw-r--r--editors/emacs20/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/editors/emacs20/distinfo b/editors/emacs20/distinfo
index cf4005f5490..84a1447eaec 100644
--- a/editors/emacs20/distinfo
+++ b/editors/emacs20/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2007/08/04 12:19:23 joerg Exp $
+$NetBSD: distinfo,v 1.11 2008/01/09 18:27:35 kristerw Exp $
SHA1 (emacs-20.7.tar.gz) = ef0168b927fb633bc9b14e2249431f26ff8b8452
RMD160 (emacs-20.7.tar.gz) = f3b8ea8d6f6ad52ccdd7ca74c84e87a7409fc270
@@ -14,6 +14,7 @@ RMD160 (emacs20-xim-20000713.diff) = 5887a4d43ee92e8cad65d6412c9ecbce08e781da
Size (emacs20-xim-20000713.diff) = 21296 bytes
SHA1 (patch-aa) = 3b3fd76c058a0a46e0458338ce4c2327a238fb3d
SHA1 (patch-ab) = 3d9497d4894cd126ca49636d9adfdd14cc31b017
+SHA1 (patch-ac) = abf5971279a8d875504be4c17b8d36cb8cc24885
SHA1 (patch-ad) = dd21028a6360ccfb442ecced4c67717f60ea78a6
SHA1 (patch-ae) = 7aaca5409a71f8a292ac57f828ee5ec7a07e3880
SHA1 (patch-af) = e7e65a2df5d55bf5bfa9dd8155b906882f620cca
diff --git a/editors/emacs20/patches/patch-ac b/editors/emacs20/patches/patch-ac
new file mode 100644
index 00000000000..a0bdaa04eea
--- /dev/null
+++ b/editors/emacs20/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2008/01/09 18:27:35 kristerw Exp $
+
+--- lwlib/xlwmenu.c.orig 2008-01-09 19:14:56.000000000 +0100
++++ lwlib/xlwmenu.c 2008-01-09 19:15:25.000000000 +0100
+@@ -28,7 +28,7 @@
+ #include <X11/ObjectP.h>
+ #include <X11/StringDefs.h>
+ #include <X11/cursorfont.h>
+-#include <X11/bitmaps/gray>
++#include "bitmaps/gray.xbm"
+ #include "xlwmenuP.h"
+
+ static int pointer_grabbed;