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:   21-Mar-2007 20:18:31
  Branch: HEAD                             Handle: 2007032119183100

  Modified files:
    openpkg-src/a2ps        a2ps.spec

  Log:
    disable 'inline' to circumvent problems under Linux/amd64

  Summary:
    Revision    Changes     Path
    1.39        +4  -1      openpkg-src/a2ps/a2ps.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/a2ps/a2ps.spec
  ============================================================================
  $ cvs diff -u -r1.38 -r1.39 a2ps.spec
  --- openpkg-src/a2ps/a2ps.spec        1 Jan 2007 17:36:25 -0000       1.38
  +++ openpkg-src/a2ps/a2ps.spec        21 Mar 2007 19:18:31 -0000      1.39
  @@ -37,7 +37,7 @@
   Group:        Postscript
   License:      GPL
   Version:      %{V_major}%{V_minor}
  -Release:      20061013
  +Release:      20070321
   
   #   list of sources
   Source0:      
ftp://ftp.enst.fr/pub/unix/a2ps/a2ps-%{V_major}%{V_minor}.tar.gz
  @@ -71,9 +71,12 @@
       %{l_prefix}/bin/config install auxdir
   
   %build
  +    ( echo "ac_cv_c_inline=no"
  +    ) >config.cache
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       ./configure \
  +        --cache-file=./config.cache \
           --prefix=%{l_prefix} \
           --sysconfdir=%{l_prefix}/etc/a2ps \
           --disable-shared \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to