From 6594db522d679a485fec58cd165f62b8c55a3c00 Mon Sep 17 00:00:00 2001 From: ponce Date: Tue, 24 Jul 2012 13:57:22 +0200 Subject: libraries/gtkglarea: Added -lm as LDFLAGS to fix build with gcc47. Signed-off-by: Robby Workman --- libraries/gtkglarea/gtkglarea.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libraries') diff --git a/libraries/gtkglarea/gtkglarea.SlackBuild b/libraries/gtkglarea/gtkglarea.SlackBuild index d17d556a62..3736604be5 100644 --- a/libraries/gtkglarea/gtkglarea.SlackBuild +++ b/libraries/gtkglarea/gtkglarea.SlackBuild @@ -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 \ -- cgit v1.2.3