libraries/gtkglarea: Added -lm as LDFLAGS to fix build with gcc47.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-07-24 13:57:22 +02:00 committed by Robby Workman
parent 281f45ef63
commit 6594db522d

View file

@ -5,7 +5,7 @@
PRGNAM="gtkglarea"
VERSION="1.99.0"
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -50,6 +50,7 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-st .
LDFLAGS="-lm" \
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \