network/linuxdcpp: Added -fpermissive to the CXXFLAGS for gcc-4.7.x.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2012-09-19 20:08:05 +02:00 committed by Robby Workman
parent 122be18aa4
commit d48912a375

View file

@ -24,7 +24,7 @@
PRGNAM=linuxdcpp
VERSION=1.1.0
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -61,7 +61,7 @@ chown -R root:root .
chmod -R a-s,u+rw,go+r-w .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS -fpermissive" \
scons \
PREFIX=/usr \
FAKE_ROOT=$PKG \