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:   12-Dec-2009 17:10:10
  Branch: HEAD                             Handle: 2009121216100900

  Modified files:
    openpkg-src/gcc45       gcc45.spec

  Log:
    GCC 4.5 now requires MPC

  Summary:
    Revision    Changes     Path
    1.39        +3  -2      openpkg-src/gcc45/gcc45.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc45/gcc45.spec
  ============================================================================
  $ cvs diff -u -r1.38 -r1.39 gcc45.spec
  --- openpkg-src/gcc45/gcc45.spec      12 Dec 2009 11:28:31 -0000      1.38
  +++ openpkg-src/gcc45/gcc45.spec      12 Dec 2009 16:10:09 -0000      1.39
  @@ -66,8 +66,8 @@
   BuildPreReq:  binutils >= 2.14
   PreReq:       binutils >= 2.14
   %endif
  -BuildPreReq:  mpfr, gmp
  -PreReq:       mpfr, gmp
  +BuildPreReq:  mpc, mpfr, gmp
  +PreReq:       mpc, mpfr, gmp
   %if "%{with_cxx}" == "yes"
   BuildPreReq:  libiconv
   PreReq:       libiconv
  @@ -197,6 +197,7 @@
   %endif
           --with-gmp=%{l_prefix} \
           --with-mpfr=%{l_prefix} \
  +        --with-mpc=%{l_prefix} \
           ${l_with_gnu_ld_as}
   
       #   determine build flags
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to