Changeset 80074
- Timestamp:
- 07/03/11 16:42:36 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/databases/mysql5/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/databases/mysql5/Portfile
r78486 r80074 98 98 configure.args-append --with-embedded-server --with-pic 99 99 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 103 if {${configure.compiler} == "clang"} { 104 configure.compiler llvm-gcc-4.2 105 } 106 100 107 post-build { 101 108 if {[variant_isset universal]} {
Note: See TracChangeset
for help on using the changeset viewer.

