summaryrefslogtreecommitdiff
path: root/lang/guile14/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/guile14/patches/patch-ae')
-rw-r--r--lang/guile14/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/guile14/patches/patch-ae b/lang/guile14/patches/patch-ae
deleted file mode 100644
index 6d33dd7b522..00000000000
--- a/lang/guile14/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2003/01/17 04:43:06 uebayasi Exp $
-
---- guile-config/guile-config.in.orig Thu Jan 3 20:05:00 2002
-+++ guile-config/guile-config.in
-@@ -164,7 +164,7 @@
-
- ;; Include libguile itself in the list, along with the
- ;; directory it was installed in.
-- (flags (cons (string-append "-L" (get-build-info 'libdir))
-+ (flags (cons (string-append "-Wl,-R" (get-build-info 'libdir) " -L" (get-build-info 'libdir))
- (cons "-lguile" flags))))
-
- ;; Display the flags, separated by spaces.