summaryrefslogtreecommitdiff
path: root/editors/uemacs
diff options
context:
space:
mode:
authortron <tron>2003-09-28 14:52:55 +0000
committertron <tron>2003-09-28 14:52:55 +0000
commit5f22603631b888a6d82a30979304e962e83622dc (patch)
treefe42e33c3cb3122ba4bccecfad4e45b0ad68c22f /editors/uemacs
parent7042a20746cc7d082ab36ad25e319b79c5217f00 (diff)
downloadpkgsrc-5f22603631b888a6d82a30979304e962e83622dc.tar.gz
Fix GCC 3.3.1 related build problem.
Diffstat (limited to 'editors/uemacs')
-rw-r--r--editors/uemacs/distinfo4
-rw-r--r--editors/uemacs/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/uemacs/distinfo b/editors/uemacs/distinfo
index 48c8fa40f9f..6c0c4d1a1f4 100644
--- a/editors/uemacs/distinfo
+++ b/editors/uemacs/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:01:05 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/09/28 14:56:03 tron Exp $
SHA1 (ue400dev.zip) = edbb0261cdaa1803d9f7dc7debfd4a9df3a668eb
Size (ue400dev.zip) = 1179949 bytes
SHA1 (patch-aa) = bc503d998c68d59aa297744e0b4ca9778814ec33
-SHA1 (patch-ab) = f3054f487f3f0f38c8f45391a0f425a19f66e213
+SHA1 (patch-ab) = e2e929a63a1746379322191728c0c19b7a7c5f9a
SHA1 (patch-ac) = f7aaa2514f74987a68da726a397d58089fc2d82e
SHA1 (patch-ad) = 977e0ca09cc53ba4bb90936dd5e34a460d0ea4e8
SHA1 (patch-ae) = 40998fe8f82a65cbfdabc849ee68a04aac9ef821
diff --git a/editors/uemacs/patches/patch-ab b/editors/uemacs/patches/patch-ab
index 322d425c298..e9503399b35 100644
--- a/editors/uemacs/patches/patch-ab
+++ b/editors/uemacs/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2000/03/23 22:08:52 tron Exp $
+$NetBSD: patch-ab,v 1.3 2003/09/28 14:56:03 tron Exp $
--- netbsd/estruct.h.orig Wed Mar 25 14:21:05 1998
+++ netbsd/estruct.h Wed Mar 25 14:25:34 1998
@@ -169,7 +169,7 @@ $NetBSD: patch-ab,v 1.2 2000/03/23 22:08:52 tron Exp $
+#define NOISY 1 /* Use a fancy BELL if it exists */
+#define CTAGS 1 /* include vi-like tagging? */
+#define SPEECH 0 /* spoken EMACS, for the sight impared [not ready] */
-+#define VARARG 1 /* use varargs.h for mlwrite() */
++#define VARARG 0 /* use varargs.h for mlwrite() */
+
+#if XVT
+#undef COLOR