Ticket #43603: mu.diff
File mu.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
30 30 depends_lib port:gmime port:xapian-core 31 31 32 32 use_autoreconf yes 33 configure.args -- with-gui=none --disable-mu4e --disable-webkit --disable-guile33 configure.args --disable-silent-rules --with-gui=none --disable-mu4e --disable-webkit --disable-guile 34 34 35 if {${os.platform} =="darwin" && ${os.major} >= 13} {35 if {${os.platform} eq "darwin" && ${os.major} >= 13} { 36 36 # see https://github.com/djcb/mu/issues/332 37 37 macosx_deployment_target 38 38 } 39 39 40 pre-configure {41 # see https://github.com/djcb/mu/issues/38042 if {[info exists configure.cxx_stdlib] && ${configure.cxx_stdlib} ne {} && [string match *clang* ${configure.cxx}]} {43 # for some reason, adding to cxxflags didn't work44 configure.args-append "CXXFLAGS='-std=c++11'"45 }46 }47 48 40 variant emacs description {Build with emacs bindings} { 49 41 depends_lib-append path:${emacs_binary}:${emacs_binary_provider} 50 42 configure.env-append EMACS=${emacs_binary}