summaryrefslogtreecommitdiff
path: root/lang/chicken/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/chicken/patches/patch-ae')
-rw-r--r--lang/chicken/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/chicken/patches/patch-ae b/lang/chicken/patches/patch-ae
new file mode 100644
index 00000000000..8f2baa48816
--- /dev/null
+++ b/lang/chicken/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2003/09/09 01:38:26 itojun Exp $
+
+--- csc.in 2003-09-09 10:24:21.000000000 +0900
++++ csc.in- 2003-09-09 10:24:00.000000000 +0900
+@@ -145,7 +145,7 @@
+
+ (if win
+ (define link-options '())
+- (define link-options '("-L%libdir%")) )
++ (define link-options '("-Wl,-R%libdir% -L%libdir%")) )
+
+ (define target-filename #f)
+ (define verbose #f)