Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jun 2012 13:10:31 +0200
From:      Niclas Zeising <zeising@daemonic.se>
To:        rotkap@gmx.de
Cc:        Heino Tiedemann <rotkaps_spam_trap@gmx.de>, freebsd-ports@freebsd.org
Subject:   Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!
Message-ID:  <4FD1DDA7.8090300@daemonic.se>
In-Reply-To: <hkv8a9-q303.ln1@news.hansenet.de>
References:  <d1n4a9-r5h.ln1@news.hansenet.de> <4FD05DD0.6050401@cyberleo.net> <ch47a9-5mt2.ln1@news.hansenet.de> <20120608092750.5b5cecb7@arsenic.lan> <hkv8a9-q303.ln1@news.hansenet.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD1DDA7.8090300>