diff options
-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 |