]> git.pld-linux.org Git - packages/pingus.git/commitdiff
- rm missing, fix for libxml2 includes, but still doesn't build
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Apr 2002 08:15:29 +0000 (08:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (ClanLib API has changed)

Changed files:
    pingus.spec -> 1.14

pingus.spec

index 223405b613a61b452f50649abfcc7f50dce79b61..9599d92e09248b9c910b2eca4c91b56cd0d3ab13 100644 (file)
@@ -39,11 +39,12 @@ Wspania
 %patch0 -p1
 
 %build
+rm -f missing
 ./autogen.sh || :
 install -d  data/images/buttons/
 touch data/images/buttons/Makefile.in
 %configure \
-       CPPFLAGS="-I%{_includedir}" \
+       CPPFLAGS="-I%{_includedir} -I/usr/include/libxml2/libxml" \
        LDFLAGS="-L%{_libdir} %{rpmldflags}"
 %{__make}
 
This page took 0.066227 seconds and 4 git commands to generate.