mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
haskell/haskell-dataenc: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
3a4121a37b
commit
48f614f4af
2 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=haskell-dataenc
|
||||
VERSION=${VERSION:-0.14.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
|
||||
|
@ -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
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="rworkman,Niels Horn"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue