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-Apr-2009 18:27:17 Branch: HEAD Handle: 2009041217271700 Modified files: openpkg-src/gcc43 gcc43.spec Log: finally resolve gmp/mpfr issue Summary: Revision Changes Path 1.72 +1 -5 openpkg-src/gcc43/gcc43.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gcc43/gcc43.spec ============================================================================ $ cvs diff -u -r1.71 -r1.72 gcc43.spec --- openpkg-src/gcc43/gcc43.spec 28 Jan 2009 20:59:17 -0000 1.71 +++ openpkg-src/gcc43/gcc43.spec 12 Apr 2009 16:27:17 -0000 1.72 @@ -21,8 +21,6 @@ ## SUCH DAMAGE. ## -# FIXME: rse: GCC since 4.3 now officially and unconditionally requires gmp/mpfr! -# FIXME: rse: This requires blessing "gmp" and "mpfr" to CORE or include copies into "gcc" # FIXME: rse: with_cxx=yes still broken because tries to partly unconditionally include <iconv.h> # package version @@ -40,7 +38,7 @@ Group: Compiler License: GPL Version: %{V_full} -Release: 20090128 +Release: 20090412 # package options %option with_binutils yes @@ -67,10 +65,8 @@ BuildPreReq: binutils >= 2.14 PreReq: binutils >= 2.14 %endif -# %if "%{with_fortran}" == "yes" BuildPreReq: mpfr, gmp PreReq: mpfr, gmp -# %endif %if "%{with_java}" == "yes" BuildPreReq: zlib PreReq: zlib @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org