diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-12-25 05:47:34 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-12-25 05:47:34 +0000 |
commit | 1af4f60eb0a911cd8b3b131a378001b3dbecd184 (patch) | |
tree | 8bf56c555fe0e09479eecbcd0ef6b84513df2d6a /textproc/uim/files/patch-scm:Makefile.in | |
parent | Update to DAT 4658 (diff) |
- Update to 1.0.1.
- Use OPTIONS.
- Make dependencies on anthy and m17nlib optional.
Diffstat (limited to 'textproc/uim/files/patch-scm:Makefile.in')
-rw-r--r-- | textproc/uim/files/patch-scm:Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/textproc/uim/files/patch-scm:Makefile.in b/textproc/uim/files/patch-scm:Makefile.in deleted file mode 100644 index f6476fc0ce15..000000000000 --- a/textproc/uim/files/patch-scm:Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- scm/Makefile.in.orig Tue Nov 22 03:25:25 2005 -+++ scm/Makefile.in Tue Nov 22 03:27:10 2005 -@@ -283,6 +283,8 @@ - tcode.scm \ - tutcode.scm tutcode-key-custom.scm \ - hangul.scm hangul2.scm hangul3.scm romaja.scm \ -+ byeoru.scm byeoru-dic.scm byeoru-symbols.scm \ -+ byeoru-custom.scm byeoru-key-custom.scm \ - viqr.scm \ - ipa-x-sampa.scm \ - latin.scm \ -@@ -293,7 +295,7 @@ - uim-module-manager.scm\ - $(am__append_1) - --module_names = "pyload" $(am__append_2) $(am__append_3) $(am__append_4) $(am__append_5) "tcode" "tutcode" "hangul" "viqr" "ipa-x-sampa" "latin" $(am__append_6) $(am__append_7) -+module_names = "pyload" $(am__append_2) $(am__append_3) $(am__append_4) $(am__append_5) "tcode" "tutcode" "byeoru" "hangul" "viqr" "ipa-x-sampa" "latin" $(am__append_6) $(am__append_7) - subdir = scm - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |