aboutsummaryrefslogtreecommitdiff
path: root/japanese/FreeWnn-lib/files/patch-kWnn-include-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/FreeWnn-lib/files/patch-kWnn-include-Makefile.in')
-rw-r--r--japanese/FreeWnn-lib/files/patch-kWnn-include-Makefile.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/japanese/FreeWnn-lib/files/patch-kWnn-include-Makefile.in b/japanese/FreeWnn-lib/files/patch-kWnn-include-Makefile.in
new file mode 100644
index 000000000000..1196d53016f9
--- /dev/null
+++ b/japanese/FreeWnn-lib/files/patch-kWnn-include-Makefile.in
@@ -0,0 +1,37 @@
+Index: kWnn/include/Makefile.in
+===================================================================
+RCS file: /home/cvs/private/hrs/freewnn/kWnn/include/Makefile.in,v
+retrieving revision 1.1.1.1
+retrieving revision 1.2
+diff -d -u -I\$FreeBSD$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$DragonFly:.*\$ -I\$Id:.*\$ -I\$Translation:.*\$ -I\$hrs:.*\$ -w -r1.1.1.1 -r1.2
+--- kWnn/include/Makefile.in 20 Dec 2008 07:13:30 -0000 1.1.1.1
++++ kWnn/include/Makefile.in 2 Jan 2009 21:09:35 -0000 1.2
+@@ -36,7 +36,8 @@
+
+ HEADERS = jllib.h jslib.h msg.h rk_spclval.h wnnerror.h commonhd.h cplib.h
+ LINKS = wnn_config.h copyright.h demcom.h hinsi_file.h jd_sock.h jdata.h \
+- jh.h jlib.h wnn_string.h wnn_os.h hinsi.h ansidecl.h
++ jh.h jlib.h wnn_string.h wnn_os.h hinsi.h ansidecl.h \
++ fake-rfc2553.h
+ LINKS2 = getopt.h
+
+ all:: $(HEADERS) $(LINKS) $(LINKS2)
+@@ -257,6 +258,18 @@
+
+ depend:: getopt.h
+
++fake-rfc2553.h: $(WNNINCLUDESRC)/fake-rfc2553.h
++ $(RM) $@
++ $(LN) $? $@
++
++includes:: fake-rfc2553.h
++
++depend:: fake-rfc2553.h
++
++# 'clean' entry is not added because last
++# 'clean' entry (action = '$(RM) $(LINKS)') does same thing. (aono)
++
++
+ # 'clean' entry is not added because last
+ # 'clean' entry (action = '$(RM) $(LINKS)') does same thing. (aono)
+