Stole a patch from the cross-lfs project in order to compile dev86 on x86-64 linux

svn path=/nixpkgs/trunk/; revision=15056
This commit is contained in:
Sander van der Burg
2009-04-15 09:36:17 +00:00
parent 6917fa229d
commit 96010823a7
2 changed files with 24 additions and 0 deletions
@@ -7,6 +7,8 @@ stdenv.mkDerivation {
md5 = "e7bbfdbe61c2fb964994a087e29b0087";
};
patches = [ ./dev86-0.16.17-noelks-1.patch ];
preBuild = "
makeFlags=\"PREFIX=$out\"
";