summaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2008-12-15 15:02:13 +0000
committergdt <gdt@pkgsrc.org>2008-12-15 15:02:13 +0000
commitefb528fb82e4b00bbe053419b0a73ca49e28b14f (patch)
treeb2a486a33cd5a6764dd3e3419f58b3f37c8f3f95 /lang/guile/Makefile
parentf38678623c013a9a77f0bf9f29f122bf716bac00 (diff)
downloadpkgsrc-efb528fb82e4b00bbe053419b0a73ca49e28b14f.tar.gz
Remove patch to add -Wl,-R to guile-config link. I had borked it when
merging to the new guile-config code, and it turns out not to be necessary since there is some other mechanism to add rpath. Arguably it should still be added, as the later rpath might only be there for dependencies. (Plus, depending programs should use pkg-config instead.)
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r--lang/guile/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index aca21f48cc8..acd8e5bb54f 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2008/12/10 23:11:55 gdt Exp $
+# $NetBSD: Makefile,v 1.88 2008/12/15 15:02:13 gdt Exp $
DISTNAME= guile-1.8.6
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}