diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-03-31 04:22:10 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-03-31 04:22:10 +0000 |
commit | 26b70157d57a96dfd0598796bd9ef8b61f761b50 (patch) | |
tree | 87fc022d9a0b80f1cb2f952fa5b8db30504d2a51 /japanese/scim-tomoe/files | |
parent | 4a615b9f2fc408e435377c7762ca3f3ca7e4bee2 (diff) | |
download | ports-26b70157d57a96dfd0598796bd9ef8b61f761b50.tar.gz ports-26b70157d57a96dfd0598796bd9ef8b61f761b50.zip |
Notes
Diffstat (limited to 'japanese/scim-tomoe/files')
-rw-r--r-- | japanese/scim-tomoe/files/patch-src::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/scim-tomoe/files/patch-src::Makefile.in b/japanese/scim-tomoe/files/patch-src::Makefile.in new file mode 100644 index 000000000000..ff8348d259cd --- /dev/null +++ b/japanese/scim-tomoe/files/patch-src::Makefile.in @@ -0,0 +1,13 @@ +Index: src/Makefile.in +diff -u src/Makefile.in.orig src/Makefile.in +--- src/Makefile.in.orig Mon Dec 18 16:40:22 2006 ++++ src/Makefile.in Sat Mar 31 05:10:37 2007 +@@ -262,7 +262,7 @@ + scim_tomoe_prefs.h \ + scim_tomoe_prefs_widget.h + +-moduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/Helper ++moduledir = @SCIM_MODULEDIR@/Helper + module_LTLIBRARIES = tomoe.la + tomoe_la_SOURCES = \ + scim_tomoe.cpp \ |