Ticket #36443: textmate2-xcode-4.4.diff
File textmate2-xcode-4.4.diff, 794 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
3 3 4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 PortGroup xcodeversion 1.0 6 7 7 8 github.setup textmate textmate 9315 r 8 9 epoch 1 … … 52 53 53 54 set depends_skip_archcheck {ninja ragel proctools} 54 55 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 } 56 minimum_xcodeversions {11 4.4} 61 57 62 58 depends_lib-append port:boost \ 63 59 port:multimarkdown \