diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-20 10:08:11 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-20 10:08:11 +0000 |
commit | 928d8277e9ec91de0e5b7c79bb4e872071460b08 (patch) | |
tree | 17793f7a56a2a993e7b3be23257fcab28211f1c1 /textproc/scim-openvanilla/files/patch-src::Makefile.in | |
parent | 03d591cc8269b132d71ae223a55abb115077c478 (diff) |
Notes
Diffstat (limited to 'textproc/scim-openvanilla/files/patch-src::Makefile.in')
-rw-r--r-- | textproc/scim-openvanilla/files/patch-src::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/scim-openvanilla/files/patch-src::Makefile.in b/textproc/scim-openvanilla/files/patch-src::Makefile.in new file mode 100644 index 000000000000..fead3be45bcc --- /dev/null +++ b/textproc/scim-openvanilla/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Sep 3 12:22:13 2005 ++++ src/Makefile.in Sat Sep 3 13:44:22 2005 +@@ -202,7 +202,7 @@ + + + #noinst_HEADERS = scim_chewing_imengine.h scim_chewing_config_entry.h +-moduledir = @SCIM_MODULEDIR@/IMEngine ++moduledir = ${PREFIX}/lib/scim-1.0/IMEngine + module_LTLIBRARIES = OVLoader-SCIM.la + OVLoader_SCIM_la_SOURCES = OVLoader-SCIM.cpp + OVLoader_SCIM_la_CFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@ |