summaryrefslogtreecommitdiff
path: root/korean/hanemacs/files/patch-src:hangul.c
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/files/patch-src:hangul.c
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 '')
-rw-r--r--korean/hanemacs/files/patch-src:hangul.c11
1 files changed, 11 insertions, 0 deletions
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"