summaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-03-08 10:22:30 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2021-03-08 10:22:30 +0000
commitdf1165d50e9b034f5f39035daeacb3719319f2a8 (patch)
tree7a3752600f93ecad707c0acd80a2421bb0bb23a9 /lang/guile/Makefile
parentnet-p2p/xmrig: Update to 6.10.0 (diff)
lang/guile: Fix core dump on stripped modules
PR: 254117 Submitted by: rsmith@xs4all.nl
Notes
Notes: svn path=/head/; revision=567829
Diffstat (limited to '')
-rw-r--r--lang/guile/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index eb06695319f4..b2feb3d8425c 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -4,6 +4,7 @@
PORTNAME= guile
PORTVERSION= 3.0.5
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= GNU
@@ -53,7 +54,4 @@ post-patch:
post-patch-THREADS-on:
@${REINPLACE_CMD} -e 's|bdw-gc|bdw-gc-threaded|g' ${WRKSRC}/configure
-post-install:
- ${FIND} ${STAGEDIR}${PREFIX}/lib/guile/${PORTVERSION:R}/ccache/ -type f -name '*\.go' -exec ${STRIP_CMD} {} \;
-
.include <bsd.port.mk>