]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- copy config.sub from automake
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 29 Dec 2003 12:28:38 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix for freetype headers usage (-ft2build_h.patch)

Changed files:
    ClanLib.spec -> 1.93

ClanLib.spec

index ac81017148d1b8dd96e2871b2997bfd3766068c9..61cb004599b72524ba6ea47b231f00c3ddf6c491 100644 (file)
@@ -11,6 +11,7 @@ Source0:      http://www.clanlib.org/~sphair/download/%{name}-%{version}-1.tar.gz
 Patch0:                %{name}-OPT.patch
 Patch1:                %{name}-GL.patch
 Patch2:                %{name}-assert.patch
+Patch3:                %{name}-ft2build_h.patch
 URL:           http://www.clanlib.org/
 # doesn't build with 0.9.12
 #BuildRequires:        DirectFB-devel = 0.9.9
@@ -239,9 +240,11 @@ Statyczna biblioteka TTF dla ClanLiba.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 # note: rtti is needed --- ClanLib uses exceptions!
+cp /usr/share/automake/config.sub .
 %{__aclocal}
 %{__autoconf}
 %configure \
This page took 0.067301 seconds and 4 git commands to generate.