]> git.pld-linux.org Git - packages/gimp.git/commitdiff
- libpng 1.2.2 support
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Apr 2002 13:30:55 +0000 (13:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gimp.spec -> 1.136

gimp.spec

index ee0173f99e8e789360b6cbafd32314966d0a3b40..220b4790368a9788316c1c4607d79e62d873cd01 100644 (file)
--- a/gimp.spec
+++ b/gimp.spec
@@ -42,7 +42,7 @@ Obsoletes:    gimp-libgimp
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
 
-%define               _noautoreq      "perl(of)"
+%define                _noautoreq      "perl(of)"
 
 %description
 The GIMP is an image manipulation program suitable for photo
@@ -179,6 +179,9 @@ Ten pakiet zawiera wtyczk
 %patch2 -p1
 
 %build
+if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
+       CPPFLAGS="`pkg-config libpng12 --cflags`"; export CPPFLAGS
+fi
 CFLAGS="%{rpmcflags} -DPERL_POLLUTE"
 %configure2_13 \
        --without-included-gettext \
This page took 0.038807 seconds and 4 git commands to generate.