Changeset 98070


Ignore:
Timestamp:
Sep 24, 2012, 6:56:06 AM (12 years ago)
Author:
jeremyhu@…
Message:

wine*: Depend on apple-gcc42 if needed

Location:
trunk/dports/x11
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/wine-crossover/Portfile

    r98053 r98070  
    150150compiler.whitelist gcc-4.2 apple-gcc-4.2
    151151
     152# TODO: This should be done by base
     153if {${configure.compiler} == "apple-gcc-4.2"} {
     154    depends_build-append port:apple-gcc42
     155    depends_skip_archcheck-append apple-gcc42
     156}
     157
    152158platform darwin {
    153159    if {${os.major} <= 9} {
  • trunk/dports/x11/wine-devel/Portfile

    r98053 r98070  
    147147compiler.whitelist gcc-4.2 apple-gcc-4.2
    148148
     149# TODO: This should be done by base
     150if {${configure.compiler} == "apple-gcc-4.2"} {
     151    depends_build-append port:apple-gcc42
     152    depends_skip_archcheck-append apple-gcc42
     153}
     154
    149155platform darwin {
    150156    if {${os.major} <= 9} {
  • trunk/dports/x11/wine/Portfile

    r98053 r98070  
    147147compiler.whitelist gcc-4.2 apple-gcc-4.2
    148148
     149# TODO: This should be done by base
     150if {${configure.compiler} == "apple-gcc-4.2"} {
     151    depends_build-append port:apple-gcc42
     152    depends_skip_archcheck-append apple-gcc42
     153}
     154
    149155platform darwin {
    150156    if {${os.major} <= 9} {
Note: See TracChangeset for help on using the changeset viewer.