splix-2.0.0: fix compilation with gcc-4.5

svn path=/nixpkgs/branches/stdenv-updates/; revision=25312
This commit is contained in:
Yury G. Kudryashov
2010-12-28 18:47:41 +00:00
parent 5bb4096763
commit 35fe5dadb1
2 changed files with 20 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0bwivrwwvh6hzvnycpzqs7a0capgycahc4s3v9ihx552fgy07xwp";
};
patches = [ ./splix-2.0.0-gcc45.patch ];
preBuild=''
makeFlags="V=1 DISABLE_JBIG=1 CUPSFILTER=$out/lib/cups/filter CUPSPPD=$out/share/cups/model"
'';