speed dreams: fixing the build (libpng version)

This commit is contained in:
Lluís Batlle i Rossell 2012-07-02 20:38:57 +02:00
parent cace272941
commit cfea75c381

View file

@ -7927,6 +7927,7 @@ let
# Torcs wants to make shared libraries linked with plib libraries (it provides static).
# i686 is the only platform I know than can do that linking without plib built with -fPIC
plib = plib.override { enablePIC = if stdenv.isi686 then false else true; };
libpng = libpng12;
};
torcs = callPackage ../games/torcs {