From: Martin Jansa Date: Fri, 15 Jan 2010 00:11:58 +0000 (+0100) Subject: efltk: fix build with newer, stricter gcc X-Git-Tag: Release-2010-05/1~886 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df1a84d34d1ac3225d9dee1b0884e20a84c7978c;p=openembedded.git efltk: fix build with newer, stricter gcc Signed-off-by: Martin Jansa --- diff --git a/recipes/fltk/efltk_2.0.7.bb b/recipes/fltk/efltk_2.0.7.bb index b048e078b3..35485f34f9 100644 --- a/recipes/fltk/efltk_2.0.7.bb +++ b/recipes/fltk/efltk_2.0.7.bb @@ -6,7 +6,8 @@ LICENSE = "LGPL" DEPENDS = "zlib jpeg libpng libxext libxft" PR = "r0" -SRC_URI = "${SOURCEFORGE_MIRROR}/ede/efltk-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/ede/efltk-${PV}.tar.gz \ + file://fix.void.cast.patch;patch=1" S = "${WORKDIR}/efltk" inherit autotools binconfig