* Really fix Exult on x86_64 now.

svn path=/nixpkgs/trunk/; revision=12188
This commit is contained in:
Eelco Dolstra
2008-06-25 15:33:07 +00:00
parent 677be83122
commit df50191ff5
2 changed files with 24 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ stdenv.mkDerivation {
url = "http://www.rocklinux.net/sources/package/stf/exult/exult-gcc4.patch";
sha256 = "1jlikxcpsi3yfchan3jbyi66fcyr18m7kfmsa946lwh3kzckszm7";
})
# From http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/games-engines/exult/files/exult-1.2-64bits.patch?rev=1.1
./64bits.patch
];
buildInputs = [SDL SDL_mixer zlib libpng unzip];