Ticket #31584: wine-skip-archcheck.diff
File wine-skip-archcheck.diff, 384 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
153 153 configure.compiler gcc-4.2 154 154 if {![file executable ${configure.cc}]} { 155 155 depends_build-append port:apple-gcc42 156 depends_skip_archcheck apple-gcc42 156 157 configure.compiler apple-gcc-4.2 157 158 } 158 159 }