diff options
Diffstat (limited to 'system/gdmap')
-rw-r--r-- | system/gdmap/gdmap.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/gdmap/gdmap.SlackBuild b/system/gdmap/gdmap.SlackBuild index 7f4622da4aa0..d681cacdd2e5 100644 --- a/system/gdmap/gdmap.SlackBuild +++ b/system/gdmap/gdmap.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm> +# Copyright 2010, 2012 Binh Nguyen <binhnguyen@fastmail.fm> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ PRGNAM=gdmap VERSION=${VERSION:-0.8.1} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,7 +70,7 @@ find . \ # Allow deprecated gtk functions. sed -i s/-DGTK_DISABLE_DEPRECATED//g configure -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -lm" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |