Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17084
Modified Files: gcc48.patch Log Message: drop sysroot patch as this breaks bootstrap with SDKROOT back in / Index: gcc48.patch =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/gcc48.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- gcc48.patch 5 Jul 2013 04:29:57 -0000 1.5 +++ gcc48.patch 23 Jul 2013 02:29:32 -0000 1.6 @@ -81,40 +81,6 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no -diff -uNr gcc-4.8.1/configure gcc-4.8.1.fink/configure ---- gcc-4.8.1/configure 2013-02-15 12:45:54.000000000 -0500 -+++ gcc-4.8.1.fink/configure 2013-07-04 23:37:09.000000000 -0400 -@@ -7414,6 +7414,13 @@ - target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}" - fi - -+# Pass --with-sysroot on darwin without SDK in / -+case "${target}" in -+ x86_64-*-darwin1[3-9]*) -+ host_configargs="--with-sysroot=\"`xcrun --show-sdk-path`\" ${host_configargs}" -+ ;; -+esac -+ - # Default to --enable-multilib. - if test x${enable_multilib} = x ; then - target_configargs="--enable-multilib ${target_configargs}" -diff -uNr gcc-4.8.1/configure.ac gcc-4.8.1.fink/configure.ac ---- gcc-4.8.1/configure.ac 2013-02-15 12:45:54.000000000 -0500 -+++ gcc-4.8.1.fink/configure.ac 2013-07-04 23:37:08.000000000 -0400 -@@ -2848,6 +2848,13 @@ - target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}" - fi - -+# Pass --with-sysroot on darwin without SDK in / -+case "${target}" in -+ x86_64-*-darwin1[[3-9]]*) -+ host_configargs="--with-sysroot=\"`xcrun --show-sdk-path`\" ${host_configargs}" -+ ;; -+esac -+ - # Default to --enable-multilib. - if test x${enable_multilib} = x ; then - target_configargs="--enable-multilib ${target_configargs}" diff -uNr gcc-4.8.1/libjava/Makefile.am gcc-4.8.1.fink/libjava/Makefile.am --- gcc-4.8.1/libjava/Makefile.am 2013-01-07 13:23:42.000000000 -0500 +++ gcc-4.8.1.fink/libjava/Makefile.am 2013-07-04 22:44:57.000000000 -0400 ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs