summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-11-22 18:53:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-11-22 18:53:20 +0000
commitaaddf13d27feac515587f2953f1ff4a30ba9c553 (patch)
treedd3ff6cd4639568e35f240542b2b349ab0b78016 /lang
parent- Update MASTER_SITES and WWW: line (diff)
- Fix build on sparc64
Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: adamw (mentor)
Notes
Notes: svn path=/head/; revision=94720
Diffstat (limited to 'lang')
-rw-r--r--lang/guile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index c5014fd14aa1..0944746f39ff 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -49,5 +49,6 @@ post-patch:
${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES}
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \
s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/libguile/load.c
+ @${REINPLACE_CMD} -e 's^sparc-\*-\*^sparc-*-*|sparc64-*-*^' ${WRKSRC}/configure
.include <bsd.port.post.mk>