speed dreams: fixing the build (libpng version)
This commit is contained in:
parent
cace272941
commit
cfea75c381
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user