Changeset 81110
- Timestamp:
- 07/25/11 11:19:15 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/lang/ruby/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/ruby/Portfile
r80117 r81110 6 6 name ruby 7 7 version 1.8.7-p352 8 revision 08 revision 1 9 9 10 10 categories lang ruby … … 55 55 56 56 use_parallel_build no 57 58 # #30275: ruby built with clang or llvm-gcc does not work 59 # see list "MacPorts on Lion (common issues, fixes, and workarounds)" 60 # http://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html 61 if {${configure.compiler} == "clang" || 62 ${configure.compiler} == "llvm-gcc-4.2"} { 63 configure.compiler gcc-4.2 64 if {![file executable ${configure.cc}]} { 65 depends_build-append port:apple-gcc42 66 configure.compiler apple-gcc-4.2 67 } 68 } 57 69 58 70 configure.args --enable-shared \
Note: See TracChangeset
for help on using the changeset viewer.

