]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- libpng 1.2.2 support
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Apr 2002 22:31:31 +0000 (22:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib.spec -> 1.65

ClanLib.spec

index 636cfbe638c446196c80735f020855f24cc02470..b2968b0551f2b9f746f70aa952ef1287dd426270 100644 (file)
@@ -167,6 +167,9 @@ potrzebne do kompilacji program
 # note: rtti is needed --- ClanLib uses exceptions!
 aclocal
 autoconf
+if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
+       CFLAGS="%{rpmcflags} `pkg-config libpng12 --cflags`"; CXXFLAGS="$CFLAGS"
+fi
 %configure \
        --enable-static \
        --enable-shared \
This page took 0.031947 seconds and 4 git commands to generate.