firefox 13.0,1 needs lang/gcc46 -- to RUN?!

Niclas Zeising zeising at daemonic.se
Fri Jun 8 11:10:37 UTC 2012


When compiling with clang, try adding -Qunused-arguments to the compiler 
flags.
Something like


# Add -Qunused-arguments to CFLAGS if clang/clang++ is used.
.if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++"
CFLAGS+=        -Qunused-arguments
.endif

in /etc/make.conf should do it.
Regards!
-- 
Niclas Zeising


More information about the freebsd-ports mailing list