OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Jun-2006 17:50:57
Branch: HEAD Handle: 2006062216505600
Modified files:
openpkg-src/lcdf-typetools
lcdf-typetools.spec
Log:
shut up unzip messages; make saure kpathsea library is found
Summary:
Revision Changes Path
1.3 +3 -2 openpkg-src/lcdf-typetools/lcdf-typetools.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lcdf-typetools/lcdf-typetools.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 lcdf-typetools.spec
--- openpkg-src/lcdf-typetools/lcdf-typetools.spec 22 Jun 2006 15:14:05
-0000 1.2
+++ openpkg-src/lcdf-typetools/lcdf-typetools.spec 22 Jun 2006 15:50:56
-0000 1.3
@@ -89,7 +89,7 @@
%setup -q -c
%setup -q -T -D -a1
%setup -q -T -D -a2
- %{l_prefix}/bin/unzip -x %{SOURCE3}
+ %{l_prefix}/bin/unzip -q -x %{SOURCE3}
%build
# build LCDF TypeTools
@@ -101,7 +101,8 @@
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
./configure \
- --prefix=%{l_prefix}
+ --prefix=%{l_prefix} \
+ --with-kpathsea=%{l_prefix}
%{l_make} %{l_mflags -O}
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]