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-Jul-2007 17:45:23 Branch: HEAD Handle: 2007071116452300 Modified files: openpkg-src/texinfo texinfo.spec Log: apply the usual Solaris grep(1) bandage for Autoconf Summary: Revision Changes Path 1.51 +2 -1 openpkg-src/texinfo/texinfo.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/texinfo/texinfo.spec ============================================================================ $ cvs diff -u -r1.50 -r1.51 texinfo.spec --- openpkg-src/texinfo/texinfo.spec 30 Jun 2007 08:14:03 -0000 1.50 +++ openpkg-src/texinfo/texinfo.spec 11 Jul 2007 15:45:23 -0000 1.51 @@ -33,7 +33,7 @@ Group: Typesetting License: GPL Version: 4.9 -Release: 20070630 +Release: 20070711 # list of sources Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz @@ -71,6 +71,7 @@ CC="%{l_cc}" \ CFLAGS="%{l_cflags -O} %{l_cppflags ncurses}" \ LDFLAGS="%{l_ldflags}" \ + GREP="grep" \ ./configure \ --prefix=%{l_prefix} \ --infodir=%{l_prefix}/info \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org