Making neverball not complain on libgcc_s.so.1.
svn path=/nixpkgs/trunk/; revision=15042
This commit is contained in:
parent
b8969ff4ae
commit
182513d1c5
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e 's@\./data@'$out/data@ share/base_config.h
|
sed -i -e 's@\./data@'$out/data@ share/base_config.h
|
||||||
sed -i -e 's@\./locale@'$out/locale@ share/base_config.h
|
sed -i -e 's@\./locale@'$out/locale@ share/base_config.h
|
||||||
sed -i -e 's@-lvorbisfile@-lvorbisfile -lX11@' Makefile
|
sed -i -e 's@-lvorbisfile@-lvorbisfile -lX11 -lgcc_s@' Makefile
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user