From e208f80a2907687dfb6634fbc8afff08b8ea7e80 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 17 Jul 2009 19:07:09 +0000 Subject: [PATCH] PPC build fix --- clutter.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clutter.spec b/clutter.spec index 3673573..db9c175 100644 --- a/clutter.spec +++ b/clutter.spec @@ -19,6 +19,9 @@ BuildRequires: libXdamage-devel gettext gtk-doc BuildRequires: gobject-introspection-devel >= 0.6.3 BuildRequires: gir-repository-devel +Patch0: clutter-fix-dolt-check.patch +BuildRequires: automake autoconf libtool + %description Clutter is an open source software library for creating fast, visually rich graphical user interfaces. The most obvious example @@ -56,6 +59,8 @@ This package contains documentation for clutter. %setup -q %build +aclocal -Ibuild/autotools +autoreconf %configure --enable-gtk-doc --enable-introspection make # FIXME parallel make is disabled for now