[73050] trunk/dports/devel/orc/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Mon Nov 1 20:15:00 PDT 2010


Revision: 73050
          http://trac.macports.org/changeset/73050
Author:   rmstonecipher at macports.org
Date:     2010-11-01 20:14:56 -0700 (Mon, 01 Nov 2010)
Log Message:
-----------
devel/org downgraded gcc optimizations for i386 to avoid build error

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

Modified: trunk/dports/devel/orc/Portfile
===================================================================
--- trunk/dports/devel/orc/Portfile	2010-11-02 02:29:42 UTC (rev 73049)
+++ trunk/dports/devel/orc/Portfile	2010-11-02 03:14:56 UTC (rev 73050)
@@ -5,6 +5,7 @@
 
 name                orc
 version             0.4.11
+revision            1
 description         Orc - The Oil Runtime Compiler
 long_description    Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data.
 maintainers         rmstonecipher openmaintainer
@@ -21,7 +22,7 @@
                     patch_orc-test_orcarray.c.diff \
                     patch_config.h.in.diff
 
-universal_variant   no
+configure.optflags-append -Xarch_i386 -O1
 
 livecheck.type      regex
 livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101101/acb29b15/attachment.html>


More information about the macports-changes mailing list