From 55473e2ea3ace4ff73251e85354ff7ec3cef11c5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] - Disable freetype in configure so it doesn't break if freetype or fontconfig are actually installed. (Erik van Pienbroek). --- cairo/mingw32-cairo.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cairo/mingw32-cairo.spec b/cairo/mingw32-cairo.spec index d1f3c6f..de49e1f 100644 --- a/cairo/mingw32-cairo.spec +++ b/cairo/mingw32-cairo.spec @@ -6,7 +6,7 @@ Name: mingw32-cairo Version: 1.8.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows Cairo library License: LGPLv2 or MPLv1.1 @@ -49,7 +49,8 @@ MinGW Windows Cairo library. --disable-xcb \ --enable-win32 \ --enable-png \ - --disable-static + --disable-static \ + --disable-ft make %{?_smp_mflags} @@ -87,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 26 2009 Richard W.M. Jones - 1.8.0-4 +- Disable freetype in configure so it doesn't break if freetype + or fontconfig are actually installed. (Erik van Pienbroek). + * Mon Jan 19 2009 Richard W.M. Jones - 1.8.0-3 - Include license file in documentation section. - Disable building static library to save time. -- 1.8.3.1