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: 09-Oct-2009 10:14:01 Branch: HEAD Handle: 2009100909140100 Modified files: openpkg-src/gcc45 gcc45.spec Log: upgrading package: gcc45 4.5s20090924 -> 4.5s20091008 Summary: Revision Changes Path 1.30 +7 -4 openpkg-src/gcc45/gcc45.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gcc45/gcc45.spec ============================================================================ $ cvs diff -u -r1.29 -r1.30 gcc45.spec --- openpkg-src/gcc45/gcc45.spec 25 Sep 2009 09:02:23 -0000 1.29 +++ openpkg-src/gcc45/gcc45.spec 9 Oct 2009 08:14:01 -0000 1.30 @@ -21,13 +21,12 @@ ## 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 %define V_full 4.5 %define V_comp 45 -%define V_snap 20090924 +%define V_snap 20091008 # package information Name: gcc45 @@ -40,7 +39,7 @@ Group: Compiler License: GPL Version: %{V_full}s%{V_snap} -Release: 20090925 +Release: 20091009 # package options %option with_binutils yes @@ -247,6 +246,10 @@ ia64-* ) l_cflags="$l_cflags -fPIC"; l_cxxflags="$l_cxxflags -fPIC" ;; sparc64-freebsd* ) l_cflags="$l_cflags -fPIC"; l_cxxflags="$l_cxxflags -fPIC" ;; esac +%if "%{with_cxx}" == "yes" + l_cxxflags="$l_cxxflags %{l_cppflags}" + l_libcxxflags="$l_libcxxflags %{l_ldflags}" +%endif # build the package MAKE="%{l_make} %{l_mflags}" \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org