xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / recipes / guile / guile-native.inc
1 SECTION = "unknown"
2 LICENSE = "GPL"
3 DEPENDS = "gettext-native gmp-native"
4
5 inherit autotools native
6
7 S="${WORKDIR}/guile-${PV}"
8
9 do_configure_append() {
10         find ${S} -name Makefile | xargs sed -i s:'-Werror':'':g
11 }
12