summaryrefslogtreecommitdiff
path: root/korean/hanemacs
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2002-11-23 11:40:45 +0000
committerCHOI Junho <cjh@FreeBSD.org>2002-11-23 11:40:45 +0000
commit977905d486446568901c8c59a3f74ae48a6cbd59 (patch)
tree0610b2619faacaf9cd8a490ff9ccf11e46a00f1d /korean/hanemacs
parentAdd compat3x dependency. htexp binary is built on 3.2-RELEASE (diff)
Fix build on -current.
- patch-bb: borrowed from editors/emacs (same fix) - src/hangul.c: macro names must be identifiers
Notes
Notes: svn path=/head/; revision=70832
Diffstat (limited to 'korean/hanemacs')
-rw-r--r--korean/hanemacs/files/patch-bb11
-rw-r--r--korean/hanemacs/files/patch-src:hangul.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/korean/hanemacs/files/patch-bb b/korean/hanemacs/files/patch-bb
new file mode 100644
index 000000000000..1d6fcf08137e
--- /dev/null
+++ b/korean/hanemacs/files/patch-bb
@@ -0,0 +1,11 @@
+--- src/emacs.c.orig Fri Sep 6 17:15:38 2002
++++ src/emacs.c Fri Sep 6 17:16:33 2002
+@@ -427,8 +427,6 @@
+ {
+ char stack_bottom_variable;
+ int skip_args = 0;
+- extern int errno;
+- extern sys_nerr;
+
+ #ifdef LINUX_SBRK_BUG
+ __sbrk (1);
diff --git a/korean/hanemacs/files/patch-src:hangul.c b/korean/hanemacs/files/patch-src:hangul.c
new file mode 100644
index 000000000000..69826c39570f
--- /dev/null
+++ b/korean/hanemacs/files/patch-src:hangul.c
@@ -0,0 +1,11 @@
+--- src/hangul.c.orig Sat Nov 23 20:33:21 2002
++++ src/hangul.c Sat Nov 23 20:33:46 2002
+@@ -28,7 +28,7 @@
+
+ #include "hangul.h"
+
+-#ifdef 0
++#if 0
+ #include "stdio.h"
+ #include "unistd.h"
+ #include "fcntl.h"