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: 15-Apr-2009 18:25:32 Branch: HEAD Handle: 2009041517253200 Modified files: openpkg-src/gcc44 gcc44.spec Log: upgrading package: gcc44 4.4s20090407 -> 4.4s20090414 Summary: Revision Changes Path 1.42 +8 -2 openpkg-src/gcc44/gcc44.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/gcc44/gcc44.spec ============================================================================ $ cvs diff -u -r1.41 -r1.42 gcc44.spec --- openpkg-src/gcc44/gcc44.spec 12 Apr 2009 16:30:19 -0000 1.41 +++ openpkg-src/gcc44/gcc44.spec 15 Apr 2009 16:25:32 -0000 1.42 @@ -24,7 +24,7 @@ # package version %define V_full 4.4 %define V_comp 44 -%define V_snap 20090407 +%define V_snap 20090414 # package information Name: gcc44 @@ -37,7 +37,7 @@ Group: Compiler License: GPL Version: %{V_full}s%{V_snap} -Release: 20090412 +Release: 20090415 # package options %option with_binutils yes @@ -242,6 +242,12 @@ 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_java}" == "yes" || "%{with_fortran}" == "yes" || "%{with_cxx}" == "yes" + l_cflags="$l_cflags %{l_cppflags}" + l_cxxflags="$l_cxxflags %{l_cppflags}" + l_libcflags="$l_libcflags %{l_cppflags}" + l_libcxxflags="$l_libcxxflags %{l_cppflags}" +%endif # build the package %{l_make} %{l_mflags} \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org