From 2b524d3f9f2de62f58ff688efa7a63c0d26dbc97 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Tue, 28 Dec 2010 17:20:33 -0200 Subject: [PATCH] cairo: Update to 1.10.2 and fix an undefined reference to "ffs". --- recipes/cairo.recipe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/cairo.recipe b/recipes/cairo.recipe index 8654d5c..62cf803 100644 --- a/recipes/cairo.recipe +++ b/recipes/cairo.recipe @@ -1,8 +1,11 @@ name=cairo -version=1.8.8 +version=1.10.2 release=1 download=http://www.cairographics.org/releases case "$host" in - *mingw*) configure_opt=--without-x ;; + *mingw*) + configure_opt=--without-x + CPPFLAGS="-D ffs=__builtin_ffs" + ;; esac -- 2.11.4.GIT