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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   08-Oct-2004 16:32:08
  Branch: HEAD                             Handle: 2004100815320800

  Modified files:
    openpkg-src/devtodo     devtodo.spec

  Log:
    try to solve problems by not doing optimizations

  Summary:
    Revision    Changes     Path
    1.22        +3  -3      openpkg-src/devtodo/devtodo.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/devtodo/devtodo.spec
  ============================================================================
  $ cvs diff -u -r1.21 -r1.22 devtodo.spec
  --- openpkg-src/devtodo/devtodo.spec  30 Aug 2004 08:47:49 -0000      1.21
  +++ openpkg-src/devtodo/devtodo.spec  8 Oct 2004 14:32:08 -0000       1.22
  @@ -34,7 +34,7 @@
   Group:        Text
   License:      GPL
   Version:      0.1.18
  -Release:      20040830
  +Release:      20041008
   
   #   list of sources
   Source0:      http://swapoff.org/files/devtodo/devtodo-%{version}.tar.gz
  @@ -69,8 +69,8 @@
   %build
       CC="%{l_cc}" \
       CXX="%{l_cxx}" \
  -    CFLAGS="%{l_cflags -O} %{l_cppflags}" \
  -    CXXFLAGS="%{l_cxxflags -O} %{l_cppflags} -Wno-deprecated" \
  +    CFLAGS="%{l_cflags} %{l_cppflags}" \
  +    CXXFLAGS="%{l_cxxflags} %{l_cppflags} -Wno-deprecated" \
       LDFLAGS="%{l_ldflags}" \
       ./configure \
           --prefix=%{l_prefix} \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to