Changes between Initial Version and Version 1 of Ticket #7874, comment 2


Ignore:
Timestamp:
Mar 24, 2016, 6:01:38 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7874, comment 2

    initial v1  
    11i added the following to my portfile and it worked:
    22
     3{{{
    34platform x86 {
    45    configure.args-append        --disable-mmx --disable-amd-64
    56}
     7}}}
    68
    79i disabled the amd 64bit optimizations to be more "future" safe.