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: 11-Oct-2007 22:19:14
Branch: HEAD Handle: 2007101121191300
Modified files:
openpkg-src/gd gd.spec
Log:
try to fix the libtool regeneration problems the usual way to forcing
the tools to be not available
Summary:
Revision Changes Path
1.97 +3 -2 openpkg-src/gd/gd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gd/gd.spec
============================================================================
$ cvs diff -u -r1.96 -r1.97 gd.spec
--- openpkg-src/gd/gd.spec 11 Oct 2007 17:38:15 -0000 1.96
+++ openpkg-src/gd/gd.spec 11 Oct 2007 20:19:13 -0000 1.97
@@ -105,6 +105,9 @@
LIBS="-lm" \
%endif
GREP="grep" \
+ AUTOCONF="true" \
+ ACLOCAL="true" \
+ AUTOMAKE="true" \
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
@@ -124,8 +127,6 @@
--with-fontconfig=%{l_prefix} \
%endif
--disable-shared
- %{l_shtool} subst -e 's;-LNONE;;' Makefile
- libtoolize --copy --force
%{l_make} %{l_mflags}
%{l_shtool} subst -e 's;/usr/bin/perl;%{l_prefix}/bin/perl;' bdftogd
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]