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

WindowMaker.spec

index f257a8273b3e510a31c4900bd0bef778153abe55..6f54dccd202147d4fd5d7277d1869f8fde26ed2b 100644 (file)
@@ -237,7 +237,10 @@ LINGUAS="cs de el es fi fr gl hr it ja ko nl no pl pt ro ru  \
         se sk tr zh_CN zh_TW.Big5" ; export LINGUAS
 CPP_PATH="/lib/cpp" ; export CPP_PATH
 
-%configure \
+if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
+       CPPFLAGS="`pkg-config libpng12 --cflags`"
+fi
+%configure CPPFLAGS="$CPPFLAGS" \
        --with-nlsdir=%{_datadir}/locale \
        --with-appspath=%{_libdir}/GNUstep/Apps \
        --enable-sound \
This page took 0.039403 seconds and 4 git commands to generate.