diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-15 01:11:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-15 01:12:50 +0100 |
commit | df1a84d34d1ac3225d9dee1b0884e20a84c7978c (patch) | |
tree | 0680bbd2c23e012825e69a4cca3fbce559e134df /recipes/fltk | |
parent | 26ccf336d490751d9e9f03aa0fdd321b1455015d (diff) |
efltk: fix build with newer, stricter gcc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/fltk')
-rw-r--r-- | 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 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 |