Kaynağa Gözat

Needs -liconv under Solaris. Made it depend on libiconv so that the same libiconv is used on all platforms.

Thomas Lotterer 21 yıl önce
ebeveyn
işleme
98580e4a51
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 4 3
      fontconfig/fontconfig.spec

+ 4 - 3
fontconfig/fontconfig.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        XWindow
 License:      GPL
 Version:      2.3.2
-Release:      20050820
+Release:      20050821
 
 #   list of sources
 Source0:      http://fontconfig.org/release/fontconfig-%{version}.tar.gz
@@ -41,8 +41,8 @@ Source0:      http://fontconfig.org/release/fontconfig-%{version}.tar.gz
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20040130, X11, freetype, expat
-PreReq:       OpenPKG, openpkg >= 20040130, X11, freetype, expat
+BuildPreReq:  OpenPKG, openpkg >= 20040130, X11, libiconv, freetype, expat
+PreReq:       OpenPKG, openpkg >= 20040130, X11, libiconv, freetype, expat
 AutoReq:      no
 AutoReqProv:  no
 
@@ -84,6 +84,7 @@ AutoReqProv:  no
     CFLAGS="%{l_cflags -O}" \
     CPPFLAGS="%{l_cppflags}" \
     LDFLAGS="%{l_ldflags}" \
+    LIBS="-liconv" \
     ./configure \
         --prefix=%{l_prefix} \
         --with-x \