Ticket #36443: textmate2-xcode-4.4.diff

File textmate2-xcode-4.4.diff, 794 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    33
    44PortSystem              1.0
    55PortGroup               github 1.0
     6PortGroup               xcodeversion 1.0
    67
    78github.setup            textmate textmate 9315 r
    89epoch                   1
     
    5253
    5354set depends_skip_archcheck {ninja ragel proctools}
    5455
    55 if {[vercmp ${xcodeversion} "4.4"] < 0} {
    56     depends_build-append    port:clang-3.2
    57     #configure.compiler      macports-clang-3.2
    58     configure.cc            ${prefix}/bin/clang-mp-3.2
    59     configure.cxx           ${prefix}/bin/clang++-mp-3.2
    60 }
     56minimum_xcodeversions   {11 4.4}
    6157
    6258depends_lib-append      port:boost \
    6359                        port:multimarkdown \