Changeset 98112


Ignore:
Timestamp:
Sep 25, 2012, 12:18:39 PM (12 years ago)
Author:
and.damore@…
Message:

port wxwidgets: early stops when using Xcode > 4.4, ticket #36156, maintainer timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/wxWidgets/Portfile

    r97300 r98112  
    9494
    9595platform darwin 11 {
     96    pre-fetch {
     97        if {[vercmp $xcodeversion 4.4] >= 0} {
     98            return -code return "${name} cannot build on 10.7 with Xcode >= 4.4, please use port ${name}-devel instead"
     99        }
     100    }
     101
    96102    configure.args-append \
    97103        --with-macosx-version-min=10.6
Note: See TracChangeset for help on using the changeset viewer.