diff options
author | cjh <cjh@FreeBSD.org> | 2002-11-23 11:40:45 +0000 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2002-11-23 11:40:45 +0000 |
commit | fe3466912a25ed1a59598eb9f20680d2eb65f9dd (patch) | |
tree | 19e4c358370275d13967d27e709c03c666a5c804 /korean | |
parent | dd4dcd9386fd6ef1834b30d02c8faa03f367ddc4 (diff) | |
download | FreeBSD-ports-fe3466912a25ed1a59598eb9f20680d2eb65f9dd.zip FreeBSD-ports-fe3466912a25ed1a59598eb9f20680d2eb65f9dd.tar.gz |
Fix build on -current.
- patch-bb: borrowed from editors/emacs (same fix)
- src/hangul.c: macro names must be identifiers
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanemacs/files/patch-bb | 11 | ||||
-rw-r--r-- | korean/hanemacs/files/patch-src:hangul.c | 11 |
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 0000000..1d6fcf0 --- /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 0000000..69826c3 --- /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" |