<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3d4f53db83d3c702ac48e8247ae42883a19a1e4b">https://github.com/macports/macports-ports/commit/3d4f53db83d3c702ac48e8247ae42883a19a1e4b</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 3d4f53d python25: Don't use -mno-fused-madd on non-PowerPC systems
</span>3d4f53d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3d4f53db83d3c702ac48e8247ae42883a19a1e4b
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Nov 12 08:58:06 2017 -0600
<span style='display:block; white-space:pre;color:#404040;'> python25: Don't use -mno-fused-madd on non-PowerPC systems
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/48637
</span>---
lang/python25/files/patch-configure.diff | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python25/files/patch-configure.diff b/lang/python25/files/patch-configure.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 22d2600..a06fffb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python25/files/patch-configure.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python25/files/patch-configure.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,11 +1,14 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- configure.orig 2008-12-14 01:13:52.000000000 +1100
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ configure 2011-05-10 16:25:02.000000000 +1000
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -4534,9 +4534,11 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- configure.orig 2008-12-13 08:13:52.000000000 -0600
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ configure 2017-11-12 08:21:32.000000000 -0600
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -4534,9 +4534,14 @@
</span> ;;
# is there any other compiler on Darwin besides gcc?
Darwin*)
- BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -mno-fused-madd"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+ BASECFLAGS="$BASECFLAGS -mno-fused-madd"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++ if [[ `/usr/bin/arch` = 'ppc' ]]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++ then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++ BASECFLAGS="$BASECFLAGS -mno-fused-madd"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++ fi
</span> if test "${enable_universalsdk}"; then
- BASECFLAGS="-arch ppc -arch i386 -isysroot ${UNIVERSALSDK} ${BASECFLAGS}"
+ BASECFLAGS="__UNIVERSAL_CFLAGS__ -isysroot ${UNIVERSALSDK} ${BASECFLAGS}"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +17,7 @@
</span> fi
;;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -11362,7 +11364,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -11362,7 +11367,7 @@
</span> if test "${enable_universalsdk}"; then
:
else
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +26,7 @@
</span> fi
LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -compatibility_version $(VERSION) -current_version $(VERSION)';;
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -11374,7 +11376,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -11374,7 +11379,7 @@
</span> else
LIBTOOL_CRUFT=""
fi
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +35,7 @@
</span> LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -compatibility_version $(VERSION) -current_version $(VERSION)';;
esac
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -11524,7 +11526,9 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -11524,7 +11529,9 @@
</span> if test ${MACOSX_DEPLOYMENT_TARGET-${cur_target}} '>' 10.2
then
if test "${enable_universalsdk}"; then
</pre><pre style='margin:0'>
</pre>