Changes between Initial Version and Version 1 of Ticket #40298, comment 1


Ignore:
Timestamp:
Aug 30, 2013, 1:47:53 PM (11 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40298, comment 1

    initial v1  
    99CXX='/usr/bin/g++-4.2 -arch x86_64'
    1010}}}
     11
     12This:
     13{{{
     14wxWidgets.use       wxWidgets-2.8
     15}}}
     16should trigger the code
     17{{{
     18universal_variant   no
     19supported_archs     i386 ppc
     20compiler.blacklist  clang
     21}}}
     22from the PortGroup, but maybe something is broken.