]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
libpng 1.2.2 ready
authorArtur Frysiak <artur@frysiak.net>
Mon, 6 May 2002 14:13:49 +0000 (14:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ImageMagick.spec -> 1.114

ImageMagick.spec

index e1cc08a03c3df5b4f3d35d4812fe7797176a73fa..85b7c333f8a2b5dadea858d17fe57c396b8ddbb1 100644 (file)
@@ -383,7 +383,11 @@ libtoolize --copy --force
 aclocal
 autoconf
 automake -a -c -f
+if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
+       CPPFLAGS="`pkg-config libpng12 --cflags`"
+fi
 %configure \
+       CPPFLAGS="$CPPFLAGS" \
        --enable-shared \
        --enable-lzw \
        --enable-16bit-pixel \
This page took 0.176871 seconds and 4 git commands to generate.