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:   03-Mar-2007 22:36:49
  Branch: HEAD                             Handle: 2007030321364900

  Modified files:
    openpkg-src/popt        popt.spec

  Log:
    apply the usual Solaris workaround related to grep

  Summary:
    Revision    Changes     Path
    1.40        +2  -1      openpkg-src/popt/popt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/popt/popt.spec
  ============================================================================
  $ cvs diff -u -r1.39 -r1.40 popt.spec
  --- openpkg-src/popt/popt.spec        21 Feb 2007 16:56:53 -0000      1.39
  +++ openpkg-src/popt/popt.spec        3 Mar 2007 21:36:49 -0000       1.40
  @@ -38,7 +38,7 @@
   Group:        Libraries
   License:      LGPL
   Version:      %{V_popt}
  -Release:      20070221
  +Release:      20070303
   
   #   list of sources
   Source0:      ftp://jbj.org/pub/rpm-%{V_rpm_class}/rpm-%{V_rpm}.tar.gz
  @@ -82,6 +82,7 @@
           configure
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
  +    GREP="grep" \
       ./configure \
           --prefix=%{l_prefix} \
           --mandir=%{l_prefix}/man \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to