Changeset 81120
- Timestamp:
- 07/25/11 15:30:23 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/lang/ruby19/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/ruby19/Portfile
r80589 r81120 5 5 name ruby19 6 6 version 1.9.2-p290 7 revision 07 revision 1 8 8 9 9 categories lang ruby … … 38 38 port:libyaml \ 39 39 port:libffi 40 41 # ruby-1.9.x built with clang or llvm-gcc does not work 42 # see list "MacPorts on Lion (common issues, fixes, and workarounds)" 43 # http://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html 44 if {${configure.compiler} == "clang" || 45 ${configure.compiler} == "llvm-gcc-4.2"} { 46 configure.compiler gcc-4.2 47 if {![file executable ${configure.cc}]} { 48 depends_build-append port:apple-gcc42 49 configure.compiler apple-gcc-4.2 50 } 51 } 40 52 41 53 configure.args --enable-shared \
Note: See TracChangeset
for help on using the changeset viewer.

