fix build of smpeg

This commit is contained in:
Marc Weber 2012-09-27 01:29:53 +02:00
parent d8e8ff1fe9
commit d9152f0133

View file

@ -10,11 +10,13 @@ stdenv.mkDerivation rec {
sha256 = "0ynwn7ih5l2b1kpzpibns9bb9wzfjak7mgrb1ji0dkn2q5pv6lr0";
};
enableParallelBuilding = true;
buildInputs = [ SDL autoconf automake libtool gtk m4 pkgconfig mesa ];
preConfigure = ''
touch NEWS AUTHORS ChangeLog
autoreconf -fvi -I acinclude
sh autogen.sh
'';
postInstall = ''