diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 15:58:03 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 15:58:03 -0400 |
commit | 9fba14885b62659874c9e4c2122e03e7a8c43091 (patch) | |
tree | 43c3f5aa070503e79b6b72b38509b78911009bc6 /haskell/haskell-GLUT/haskell-GLUT.SlackBuild | |
parent | 550448da1397e35ffdcd7f4bf38d8e2973eab035 (diff) |
haskell/haskell-GLUT: Updated for version 2.3.0.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-GLUT/haskell-GLUT.SlackBuild')
-rw-r--r-- | haskell/haskell-GLUT/haskell-GLUT.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-GLUT/haskell-GLUT.SlackBuild b/haskell/haskell-GLUT/haskell-GLUT.SlackBuild index eb6ec6a26e341..1784ae94c142f 100644 --- a/haskell/haskell-GLUT/haskell-GLUT.SlackBuild +++ b/haskell/haskell-GLUT/haskell-GLUT.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-GLUT -VERSION=${VERSION:-2.2.2.1} +VERSION=${VERSION:-2.3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,6 +80,7 @@ runghc Setup configure \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \ --enable-shared \ + --enable-library-profiling \ --docdir=/usr/doc/$PRGNAM-$VERSION runghc Setup build |