diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-05-27 08:55:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-05-27 08:55:56 +0000 |
commit | d907fad14d62ab041398d5503715645e1def8e4e (patch) | |
tree | 9e86444deae73d97252e5e9c4665cf663b841306 /textproc/scim-openvanilla/files/patch-src-Makefile.in | |
parent | - Update to 4.47 (a noop bump) (diff) |
- Update to 0.7.2.20070514
- Host distfiles at my place per request from maintainer
- Kill reference to X11BASE, now everything in LOCALBASE
- Rename patches to match our name convention, also update them if necessary
openvanilla-modules:
- Add Chewing module
scim-openvanilla:
- Remove pkg-plist, use PLIST_FILES for small # of files
- Remove hack for objformat removal, no longer needed
PR: ports/112721
Submitted by: Li-Lun Wang <llwang at infor.org> (maintainer)
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..4157e5ed6972 --- /dev/null +++ b/textproc/scim-openvanilla/files/patch-src-Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Mon May 14 14:23:30 2007 ++++ src/Makefile.in Tue May 15 20:50:22 2007 +@@ -222,7 +222,7 @@ + + + #noinst_HEADERS = scim_chewing_imengine.h scim_chewing_config_entry.h +-moduledir = @SCIM_MODULEDIR@/IMEngine ++moduledir = ${PREFIX}/lib/scim-1.0/1.4.0/IMEngine + module_LTLIBRARIES = OVLoader-SCIM.la + OVLoader_SCIM_la_SOURCES = OVLoader-SCIM.cpp + OVLoader_SCIM_la_CFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@ |