pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/anthy/patches Add patch file that I missed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9eedbce83d10
branches:  trunk
changeset: 490133:9eedbce83d10
user:      taya <taya%pkgsrc.org@localhost>
date:      Thu Mar 03 15:40:14 2005 +0000

description:
Add patch file that I missed to add at previous commit

diffstat:

 inputmethod/anthy/patches/patch-aa |  19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r cadd8ea477c3 -r 9eedbce83d10 inputmethod/anthy/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/anthy/patches/patch-aa        Thu Mar 03 15:40:14 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index