aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/chicken/chicken-4.2.0/translator-cross.patch11
1 files changed, 11 insertions, 0 deletions
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)))