Request a larger version

svn path=/nixpkgs/trunk/; revision=22500
This commit is contained in:
Michael Raskin 2010-07-06 20:27:48 +00:00
parent ce2f4992f1
commit af34f7a80a

View file

@ -18,7 +18,10 @@ rec {
name = "gcl-2.6.8pre";
inherit buildInputs;
configureFlags = [];
configureFlags = [
"--enable-xgcl=yes"
"--enable-ansi"
];
# Upstream bug submitted - http://savannah.gnu.org/bugs/index.php?30371
# $TMPDIR must have no extension
@ -33,10 +36,8 @@ rec {
sed -re 's^([ \t])cpp ^\1cpp -I${a.stdenv.gcc.gcc}/include -I${a.stdenv.gcc.libc}/include ^g' -i makefile
'') ["minInit" "doUnpack"];
fixConfigure = a.doPatchShebangs ".";
/* doConfigure should be removed if not needed */
phaseNames = ["setVars" "doUnpack" "fixConfigure" "preBuild"
phaseNames = ["setVars" "doUnpack" "preBuild"
"doConfigure" "doMakeInstall"];
meta = {