freeglut: gcc-4.2 related patch

svn path=/nixpkgs/branches/stdenv-updates/; revision=10159
This commit is contained in:
Yury G. Kudryashov
2008-01-16 00:06:31 +00:00
parent 6e8ff2b24b
commit 9e0a642955
2 changed files with 14 additions and 0 deletions
@@ -9,4 +9,5 @@ stdenv.mkDerivation {
};
buildInputs = [x11 mesa];
patches = ./freeglut-gcc-4.2.patch;
}