pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/chicken -Wl,-R${LIBDIR} is needed in "csi" script.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffddbe856801
branches:  trunk
changeset: 460988:ffddbe856801
user:      itojun <itojun%pkgsrc.org@localhost>
date:      Tue Sep 09 01:38:25 2003 +0000

description:
-Wl,-R${LIBDIR} is needed in "csi" script.
XXX non-netbsd?

diffstat:

 lang/chicken/distinfo         |   3 ++-
 lang/chicken/patches/patch-ae |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r c3e8ceeff591 -r ffddbe856801 lang/chicken/distinfo
--- a/lang/chicken/distinfo     Tue Sep 09 01:18:40 2003 +0000
+++ b/lang/chicken/distinfo     Tue Sep 09 01:38:25 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2003/08/27 08:52:58 itojun Exp $
+$NetBSD: distinfo,v 1.6 2003/09/09 01:38:25 itojun Exp $
 
 SHA1 (chicken-1.12.tar.gz) = d9869c13d110829d89abf13c00e32e7ff6de75fa
 Size (chicken-1.12.tar.gz) = 2557064 bytes
@@ -6,3 +6,4 @@
 SHA1 (patch-ab) = 65937026074731a8a2f0d63b0d9b72cccbe2327b
 SHA1 (patch-ac) = f666a50c992af1fbcff4da107a69c0a598cf8b58
 SHA1 (patch-ad) = fb80d8782aa6310f9fa31b219ad65adf9034debb
+SHA1 (patch-ae) = 206f08421e5facd5438205143773c7e3d4259f0d
diff -r c3e8ceeff591 -r ffddbe856801 lang/chicken/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/chicken/patches/patch-ae     Tue Sep 09 01:38:25 2003 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index