Request a larger version
svn path=/nixpkgs/trunk/; revision=22500
This commit is contained in:
parent
ce2f4992f1
commit
af34f7a80a
@ -18,7 +18,10 @@ rec {
|
|||||||
|
|
||||||
name = "gcl-2.6.8pre";
|
name = "gcl-2.6.8pre";
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
configureFlags = [];
|
configureFlags = [
|
||||||
|
"--enable-xgcl=yes"
|
||||||
|
"--enable-ansi"
|
||||||
|
];
|
||||||
|
|
||||||
# Upstream bug submitted - http://savannah.gnu.org/bugs/index.php?30371
|
# Upstream bug submitted - http://savannah.gnu.org/bugs/index.php?30371
|
||||||
# $TMPDIR must have no extension
|
# $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
|
sed -re 's^([ \t])cpp ^\1cpp -I${a.stdenv.gcc.gcc}/include -I${a.stdenv.gcc.libc}/include ^g' -i makefile
|
||||||
'') ["minInit" "doUnpack"];
|
'') ["minInit" "doUnpack"];
|
||||||
|
|
||||||
fixConfigure = a.doPatchShebangs ".";
|
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["setVars" "doUnpack" "fixConfigure" "preBuild"
|
phaseNames = ["setVars" "doUnpack" "preBuild"
|
||||||
"doConfigure" "doMakeInstall"];
|
"doConfigure" "doMakeInstall"];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user