diff options
Diffstat (limited to 'recipes/chicken/chicken.inc')
-rw-r--r-- | recipes/chicken/chicken.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/chicken/chicken.inc b/recipes/chicken/chicken.inc index 477a8a8c05..229de94cba 100644 --- a/recipes/chicken/chicken.inc +++ b/recipes/chicken/chicken.inc @@ -3,10 +3,11 @@ HOMEPAGE = "http://www.call-with-current-continuation.org/" SECTION = "interpreters" PRIORITY = "optional" LICENSE = "BSD" -INC_PR = "r2" +INC_PR = "r3" SRC_URI = "http://chicken.wiki.br/releases/${PV}/chicken-${PV}.tar.gz \ - file://soname.patch;patch=1" + file://soname.patch;patch=1 \ + file://translator-cross.patch;patch=1" # Parallel building is not supported PARALLEL_MAKE = "" |