diff options
author | taya <taya> | 2005-03-03 15:40:14 +0000 |
---|---|---|
committer | taya <taya> | 2005-03-03 15:40:14 +0000 |
commit | c52930e9cb19bb46907fd0d9f890fe8b82c59b2c (patch) | |
tree | c3df73ef1ea7644c3575279b212f4f03f3e4c689 /inputmethod | |
parent | 0b72f2374b939163c81ae25ea4e1009e2e04ccff (diff) | |
download | pkgsrc-c52930e9cb19bb46907fd0d9f890fe8b82c59b2c.tar.gz |
Add patch file that I missed to add at previous commit
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/anthy/patches/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/inputmethod/anthy/patches/patch-aa b/inputmethod/anthy/patches/patch-aa new file mode 100644 index 00000000000..b96fcac7669 --- /dev/null +++ b/inputmethod/anthy/patches/patch-aa @@ -0,0 +1,19 @@ +$NetBSD: patch-aa,v 1.1 2005/03/03 15:40:14 taya Exp $ + +--- anthy.pc.in.orig 2004-08-29 04:34:47.000000000 +0900 ++++ anthy.pc.in 2005-03-04 00:08:13.000000000 +0900 +@@ -1,8 +1,13 @@ + #To Be Done + # See http://www.freedesktop.org/Software/pkgconfig + ++prefix=@prefix@ ++exec_prefix=@exec_prefix@ ++libdir=@libdir@ ++includedir=@includedir@ ++ + Name: anthy + Description: Japanese conversion engine + Version: @VERSION@ + Cflags: +-Libs: -lanthy -lanthydic ++Libs: -Wl,-R${libdir} -Wl,-R${libdir} -L${libdir} -lanthy -lanthydic |