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:   23-Feb-2009 11:58:31
  Branch: HEAD                             Handle: 2009022310583000

  Modified files:
    openpkg-src/bison       bison.spec

  Log:
    fix building under Solaris 10 (submitted by Christoph Schug)

  Summary:
    Revision    Changes     Path
    1.71        +4  -2      openpkg-src/bison/bison.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/bison/bison.spec
  ============================================================================
  $ cvs diff -u -r1.70 -r1.71 bison.spec
  --- openpkg-src/bison/bison.spec      20 Jan 2009 19:46:08 -0000      1.70
  +++ openpkg-src/bison/bison.spec      23 Feb 2009 10:58:30 -0000      1.71
  @@ -1,6 +1,6 @@
   ##
   ##  bison.spec -- OpenPKG RPM Package Specification
  -##  Copyright (c) 2000-2009 OpenPKG Foundation e.V. <http://openpkg.net/>
  +##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
   ##
   ##  Permission to use, copy, modify, and distribute this software for
   ##  any purpose with or without fee is hereby granted, provided that
  @@ -36,7 +36,7 @@
   Group:        CompilerCompiler
   License:      GPL
   Version:      %{V_new}
  -Release:      20090120
  +Release:      20090223
   
   #   package options
   %option       with_old   no
  @@ -96,6 +96,7 @@
         CC="%{l_cc}" \
         CFLAGS="%{l_cflags -O}" \
         CONFIG_SHELL="%{l_bash}" \
  +      GREP="grep" \
         "%{l_bash}" configure \
             --prefix=%{l_prefix} \
             --mandir=%{l_prefix}/man \
  @@ -107,6 +108,7 @@
       ( cd bison-%{V_old}
         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                     openpkg-cvs@openpkg.org

Reply via email to