From f200c0f5605fbf085969ec0bc44851af16a616e7 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Fri, 27 Nov 2009 14:43:02 -0200 Subject: chicken, chicken-cross: added translator-cross.patch for chicken 4.2.0 Fixes path to the translator (chicken) in the compiler driver (csc) when cross compiling. Signed-off-by: Mario Domenech Goulart --- recipes/chicken/chicken-4.2.0/translator-cross.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/chicken/chicken-4.2.0/translator-cross.patch diff --git a/recipes/chicken/chicken-4.2.0/translator-cross.patch b/recipes/chicken/chicken-4.2.0/translator-cross.patch new file mode 100644 index 0000000000..ac0dde9aec --- /dev/null +++ b/recipes/chicken/chicken-4.2.0/translator-cross.patch @@ -0,0 +1,11 @@ +--- a/csc.scm.orig 2009-11-26 17:16:57.000000000 -0200 ++++ b/csc.scm 2009-11-26 17:17:09.000000000 -0200 +@@ -89,7 +89,7 @@ + (quotewrap + (prefix "chicken" "bin" + (make-pathname +- (if host-mode INSTALL_BIN_HOME TARGET_BIN_HOME) ++ INSTALL_BIN_HOME + CHICKEN_PROGRAM)))) + + (define compiler (quotewrap (if host-mode INSTALL_CC TARGET_CC))) -- cgit 1.2.3-korg