OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Matthias Kurz
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Aug-2005 18:50:16
Branch: HEAD Handle: 2005082117501600
Modified files:
openpkg-src/fontconfig fontconfig.spec
Log:
Needs -liconv under Solaris. Made it depend on libiconv so that the same
libiconv is used on all platforms.
Summary:
Revision Changes Path
1.19 +4 -3 openpkg-src/fontconfig/fontconfig.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fontconfig/fontconfig.spec
============================================================================
$ cvs diff -u -r1.18 -r1.19 fontconfig.spec
--- openpkg-src/fontconfig/fontconfig.spec 20 Aug 2005 21:54:33 -0000
1.18
+++ openpkg-src/fontconfig/fontconfig.spec 21 Aug 2005 16:50:16 -0000
1.19
@@ -33,7 +33,7 @@
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 @@
# 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 @@
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
+ LIBS="-liconv" \
./configure \
--prefix=%{l_prefix} \
--with-x \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]