diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-23 02:53:20 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-23 02:53:20 +0800 |
commit | aaddf13d27feac515587f2953f1ff4a30ba9c553 (patch) | |
tree | dd3ff6cd4639568e35f240542b2b349ab0b78016 /lang/guile | |
parent | 142a719a7cada1d7f81e206e23fde0c4122e5cef (diff) | |
download | freebsd-ports-gnome-aaddf13d27feac515587f2953f1ff4a30ba9c553.tar.gz freebsd-ports-gnome-aaddf13d27feac515587f2953f1ff4a30ba9c553.tar.zst freebsd-ports-gnome-aaddf13d27feac515587f2953f1ff4a30ba9c553.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/Makefile | 1 |
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> |