On Feb 26, 2012, at 6:37 PM, snc at macports.org wrote: > +if {${configure.compiler} == "clang"} { > + configure.cflags-append -Wno-error=return-type > +} Please fix it properly. Don't commit workarounds like this. Obviously the code is broken, and you're just masking it with this. --Jeremy