[oe-commits] Martin Jansa : efltk: fix build with newer, stricter gcc

git version control git at git.openembedded.org
Fri Jan 15 00:13:09 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: df1a84d34d1ac3225d9dee1b0884e20a84c7978c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=df1a84d34d1ac3225d9dee1b0884e20a84c7978c

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Jan 15 01:11:58 2010 +0100

efltk: fix build with newer, stricter gcc

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/fltk/efltk_2.0.7.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/fltk/efltk_2.0.7.bb b/recipes/fltk/efltk_2.0.7.bb
index b048e07..35485f3 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





More information about the Openembedded-commits mailing list