Browse Source

make -liconv dependency available thru pkg-config

Thomas Lotterer 21 years ago
parent
commit
21a103e656
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fontconfig/fontconfig.spec

+ 2 - 2
fontconfig/fontconfig.spec

@@ -75,9 +75,9 @@ AutoReqProv:  no
         -e 's;/usr/lib/X11;;g' \
         configure
 
-    #   add freetype and expat dependencies
+    #   add iconv, freetype and expat dependencies
     %{l_shtool} subst \
-        -e '/^Libs:/s;$; -lfreetype -lexpat;' \
+        -e '/^Libs:/s;$; -liconv -lfreetype -lexpat;' \
         fontconfig.pc.in
 
     CC="%{l_cc}" \