summaryrefslogtreecommitdiff
path: root/korean/pine/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-09 00:18:24 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-09 00:18:24 +0000
commite19dd994705555a21eb0d5bc199e6003da4e2af0 (patch)
tree56da7f4693e0c97b9597eef2df57cc2be3c38a11 /korean/pine/files/patch-aa
parentUpdate to version 0.35.0 (diff)
Add pico Hangul patch.
PR: 7462 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=12346
Diffstat (limited to '')
-rw-r--r--korean/pine/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/pine/files/patch-aa b/korean/pine/files/patch-aa
index 52315d718b1c..af355149310f 100644
--- a/korean/pine/files/patch-aa
+++ b/korean/pine/files/patch-aa
@@ -48,14 +48,14 @@
+
+ OFILES= attach.o ansi.o basic.o bind.o browse.o buffer.o \
+ composer.o display.o file.o fileio.o line.o osdep.o \
-+ pico.o random.o region.o search.o spell.o tcap.o window.o word.o
++ pico.o random.o region.o search.o spell.o tcap.o window.o word.o hangul.o
+
+ # Lets be elite and not retype in the above
+ SOFILES= ${OFILES:.o=.so}
+
+ CFILES= attach.c ansi.c basic.c bind.c browse.c buffer.c \
+ composer.c display.c file.c fileio.c line.c osdep.c \
-+ pico.c random.c region.c search.c spell.c tcap.c window.c word.c
++ pico.c random.c region.c search.c spell.c tcap.c window.c word.c hangul.c
+
+ HFILES= estruct.h edef.h efunc.h ebind.h pico.h osdep.h
+