New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80074


Ignore:
Timestamp:
07/03/11 16:42:36 (4 years ago)
Author:
jeremyhu@…
Message:

mysql5: Fall back to llvm-gcc from clang for now

I'll come back to it and try to find a proper fix in mysql5 eventually, but
mysql5 is pulled in by too many ports, so we should just use a workaround
for now.

Dev ack via email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/mysql5/Portfile

    r78486 r80074  
    9898configure.args-append --with-embedded-server --with-pic 
    9999 
     100# BUILD FIX TODO 
     101# doesn't build with clang as of 2011.06.27 
     102# This looks like a bug in mysql's build system 
     103if {${configure.compiler} == "clang"} { 
     104    configure.compiler llvm-gcc-4.2 
     105} 
     106 
    100107post-build { 
    101108    if {[variant_isset universal]} { 
Note: See TracChangeset for help on using the changeset viewer.