aboutsummaryrefslogtreecommitdiffstats
path: root/lang/guile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-11-23 02:53:20 +0800
committerpav <pav@FreeBSD.org>2003-11-23 02:53:20 +0800
commit569d90c3baebfdacdd2a3c0d50360a626913334e (patch)
treed3650ef547e535ef50f096e2818171d37a5e013e /lang/guile
parent12326551ad1e8d1ddec0e821d9ba8988128b3903 (diff)
downloadfreebsd-ports-gnome-569d90c3baebfdacdd2a3c0d50360a626913334e.tar.gz
freebsd-ports-gnome-569d90c3baebfdacdd2a3c0d50360a626913334e.tar.zst
freebsd-ports-gnome-569d90c3baebfdacdd2a3c0d50360a626913334e.zip
- Fix build on sparc64
Submitted by: Koop Mast <kwm@rainbow-runner.nl> Approved by: adamw (mentor)
Diffstat (limited to 'lang/guile')
-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>