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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   13-Oct-2004 13:10:16
  Branch: HEAD                             Handle: 2004101312101600

  Modified files:
    openpkg-src/sudo        sudo.spec

  Log:
    not using C++, so disable the troublesome C++ preprocessor check

  Summary:
    Revision    Changes     Path
    1.64        +4  -1      openpkg-src/sudo/sudo.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.spec
  ============================================================================
  $ cvs diff -u -r1.63 -r1.64 sudo.spec
  --- openpkg-src/sudo/sudo.spec        20 Sep 2004 16:17:43 -0000      1.63
  +++ openpkg-src/sudo/sudo.spec        13 Oct 2004 11:10:16 -0000      1.64
  @@ -34,7 +34,7 @@
   Group:        System
   License:      BSD
   Version:      1.6.8p1
  -Release:      20040920
  +Release:      20041013
   
   #   package options
   %option       with_fsl    yes
  @@ -75,6 +75,9 @@
   
   %prep
       %setup -q
  +    %{l_shtool} subst \
  +        -e '/LINENO: error: C\+\+ preprocessor/{N;N;N;N;s/.*/:/;}' \
  +        configure
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to