]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
QuantumDepth should be overridable
authorTomasz Pala <gotar@pld-linux.org>
Tue, 24 Jun 2014 10:08:39 +0000 (12:08 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Tue, 24 Jun 2014 10:08:39 +0000 (12:08 +0200)
ImageMagick.spec

index 532ac5fff2f0e3a23f0346a8332c03cf9b41c57a..6dc2dcb6bb37b952ad611f147aa3bb7f14f41088 100644 (file)
@@ -94,7 +94,7 @@ Obsoletes:    ImageMagick-coder-dps
 Obsoletes:     ImageMagick-coder-mpeg
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                QuantumDepth    16
+%{!?QuantumDepth:      %define         QuantumDepth    16}
 %define                abisuf          Q%{QuantumDepth}%{?with_hdri:HDRI}
 %define                modulesdir      %{_libdir}/ImageMagick-%{ver}/modules-%{abisuf}
 
This page took 0.030857 seconds and 4 git commands to generate.