diff options
author | gdt <gdt@pkgsrc.org> | 2008-12-15 15:26:47 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-12-15 15:26:47 +0000 |
commit | 93c2fed2cc1c66b8cab101bc5d61396c62c70407 (patch) | |
tree | 62adcc2e9bf80d66fc7ad299da85a0ceb50b5f68 /lang/guile/Makefile | |
parent | 069677a7b293cfe00a530f2bb8c811386e9d8d7f (diff) | |
download | pkgsrc-93c2fed2cc1c66b8cab101bc5d61396c62c70407.tar.gz |
Restore a fixed version of patch-ah. While -R was in the string, it
was there because guile was built against gmp etc. from /usr/pkg, not
present to let programs find -lguile. Therefore, add in rpath for
$(libdir) when we add in -L for libdir.
This looks ok to me, but I will be away AFK most of the day, so feel
free to remove the line in distinfo and re-commit if this turns out to
be bad.
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r-- | lang/guile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index acd8e5bb54f..45217d801e5 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.88 2008/12/15 15:02:13 gdt Exp $ +# $NetBSD: Makefile,v 1.89 2008/12/15 15:26:47 gdt Exp $ DISTNAME= guile-1.8.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=guile/} |