Changeset 149159 for trunk/dports/www
- Timestamp:
- Jun 3, 2016, 8:38:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/webkit-gtk-2.0/Portfile
r148969 r149159 138 138 # configure checks that we're clang 3.0, gcc 4.7, or better 139 139 # clang 3.4+ fail (error: no template named 'allocateCell'; did you mean 'validateCell' (https://trac.macports.org/ticket/43987)) 140 compiler.whitelist {clang >= 300 <= 503} macports-clang-3.3 140 # Ideally we'd just do this, but https://trac.macports.org/ticket/51549 141 # compiler.whitelist {clang >= 300 <= 503} macports-clang-3.3 142 compiler.blacklist-append *gcc* 143 compiler.blacklist-append {clang < 300} {clang > 503} 144 compiler.blacklist-append macports-clang-3.4 macports-clang-3.5 macports-clang-3.6 macports-clang-3.7 macports-clang-3.8 macports-clang-3.9 145 compiler.fallback-append macports-clang-3.3 141 146 142 147 # gobject-introspection uses g-ir-scanner, which uses $CC from env
Note: See TracChangeset
for help on using the changeset viewer.