OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   03-May-2009 12:30:37
  Branch: HEAD                             Handle: 2009050311303600

  Modified files:
    openpkg-src/sed         sed.spec

  Log:
    fix building under Solaris

  Summary:
    Revision    Changes     Path
    1.63        +2  -1      openpkg-src/sed/sed.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sed/sed.spec
  ============================================================================
  $ cvs diff -u -r1.62 -r1.63 sed.spec
  --- openpkg-src/sed/sed.spec  30 Apr 2009 21:21:47 -0000      1.62
  +++ openpkg-src/sed/sed.spec  3 May 2009 10:30:36 -0000       1.63
  @@ -32,7 +32,7 @@
   Group:        ShellUtils
   License:      GPL
   Version:      4.2
  -Release:      20090430
  +Release:      20090503
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/sed/sed-%{version}.tar.gz
  @@ -75,6 +75,7 @@
   %build
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
  +    GREP="grep" \
       ./configure \
           --cache-file=./config.cache \
           --prefix=%{l_prefix} \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to