From e8658a84ca0db2a896ae5671848a7cfc056ac109 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Jan 16 2008 10:35:19 +0000 Subject: workaround ppc PAGE_SIZE foo --- diff --git a/fribidi.spec b/fribidi.spec index 2aca069..7fc848b 100644 --- a/fribidi.spec +++ b/fribidi.spec @@ -29,6 +29,9 @@ FriBidi. %build %configure --disable-static +%ifarch ppc ppc64 +export CFLAGS="$RPM_OPT_FLAGS -DPAGE_SIZE=4096" +%endif make %{?_smp_mflags} %install @@ -60,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Jan 16 2008 Caolan McNamara 0.19.1-1 - next version +- workaround PAGE_SIZE requirement * Wed Aug 29 2007 Caolan McNamara 0.10.9-2 - rebuild