[109315] trunk/dports/devel/libsdl/Portfile

jmr at macports.org jmr at macports.org
Mon Aug 12 18:24:53 PDT 2013


Revision: 109315
          https://trac.macports.org/changeset/109315
Author:   jmr at macports.org
Date:     2013-08-12 18:24:53 -0700 (Mon, 12 Aug 2013)
Log Message:
-----------
libsdl: -Os is now the default for optflags, so remove code that sets it to that

Modified Paths:
--------------
    trunk/dports/devel/libsdl/Portfile

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2013-08-13 01:23:18 UTC (rev 109314)
+++ trunk/dports/devel/libsdl/Portfile	2013-08-13 01:24:53 UTC (rev 109315)
@@ -31,10 +31,6 @@
                 sha256 d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00
 
 minimum_xcodeversions {8 2.4.1}
-if {[vercmp $xcodeversion 4.2] >= 0 && [vercmp $xcodeversion 4.2.1] <= 0 && ($build_arch == "i386" || [variant_isset universal])} {
-    # clang crashes with -O2, ticket #31649
-    configure.optflags -Os
-}
 
 configure.args  --disable-nasm \
                 --without-x
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130812/1e49fd51/attachment.html>


More information about the macports-changes mailing list