]> git.pld-linux.org Git - packages/gdk-pixbuf.git/commitdiff
allow compilation with libpng 1.2.2
authorArtur Frysiak <artur@frysiak.net>
Thu, 18 Apr 2002 10:48:26 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdk-pixbuf.spec -> 1.53

gdk-pixbuf.spec

index b0ec9fc419257c8efe44f8b41cf1c5660f494708..647a4f9b0f2f054d10043429a545c5e22ab2a361 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Biblioteka 
 Summary(pt_BR):        Biblioteca GdkPixBuf para manipulação de imagens
 Name:          gdk-pixbuf
 Version:       0.16.0
-Release:       2
+Release:       3
 Epoch:         1
 License:       LGPL
 Group:         X11/Libraries
@@ -92,8 +92,12 @@ libtoolize --copy --force
 aclocal
 autoconf
 automake -a -c -f
+if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
+       CPPFLAGS="`pkg-config libpng12 --cflags`"
+fi
 %configure \
-       --disable-gtk-doc
+       --disable-gtk-doc \
+       CPPFLAGS="$CPPFLAGS"
 %{__make} AS="%{__cc}"
 
 %install
This page took 0.109258 seconds and 4 git commands to generate.