libtiff: major update to 4.*

Also minor modification of ghostscript to work with it.
This commit is contained in:
Vladimír Čunát
2013-01-29 14:07:30 +01:00
parent 319b6f77ca
commit 570b0f8c54
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
makeFlagsArray=(CUPSSERVERBIN=$out/lib/cups CUPSSERVERROOT=$out/etc/cups CUPSDATA=$out/share/cups)
'' + stdenv.lib.optionalString (variant ? preConfigure) variant.preConfigure;
configureFlags =
configureFlags = [ "--with-system-libtiff" ] ++
(if x11Support then [ "--with-x" ] else [ "--without-x" ]) ++
(if cupsSupport then [ "--enable-cups" "--with-install-cups" ] else [ "--disable-cups" ]);