[Anthy-dev 988] uim.pc.in

Back to archive index

Seiichi SATO ssato****@sh*****
2004年 8月 4日 (水) 17:46:43 JST


佐藤精一です。

uim.pc.in の Libs: で -L が抜けてるようです。
修正していただけると助かります。
一応、パッチも添付しときます。

-- 
Seiichi

-------------- next part --------------
--- uim.pc.in.orig	2004-08-04 17:25:20.000000000 +0900
+++ uim.pc.in	2004-08-04 17:32:08.000000000 +0900
@@ -1,8 +1,10 @@
 prefix=@prefix@
+exec_prefix=${prefix}
 includedir=@includedir@
+libdir=@libdir@
                                                                                                        
 Name: uim
 Description: multilingual input method library
 Version: @VERSION@
 Cflags: -I${includedir}/uim
-Libs: -luim @LIBICONV@
\ No newline at end of file
+Libs: -L${libdir} -luim @LIBICONV@


Anthy-dev メーリングリストの案内
Back to archive index