diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:21:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 05:21:24 +0000 |
commit | 3487b06e5f4a2040eceaa3bda25f0bcad1f5fd17 (patch) | |
tree | b08f2cfbe00dd9d06907006b2139c92d194b1704 | |
parent | BROKEN on !i386 and !amd64: Does not compile (diff) |
BROKEN on !i386: Does not compile
-rw-r--r-- | lang/scm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile index 792e04c034de..3a8ba0a014ae 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -35,6 +35,12 @@ SCM_DATA= COPYING Iedline.scm Init${PORTVERSION}.scm Link.scm \ SCM_MODULES= crs.so edline.so gsubr.so ioext.so posix.so ramap.so \ record.so rgx.so sc2.so socket.so unix.so +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-extract: @${TAR} -C ${WRKDIR} -zxf ${DISTDIR}/slib-psd1-3.tar.gz @${CP} ${FILESDIR}/require.scm.in ${WRKDIR}/require.scm @@ -83,4 +89,4 @@ do-install: @install-info ${PREFIX}/info/scm.info ${PREFIX}/info/dir cd ${PREFIX}/lib/scm && ${PREFIX}/bin/scm -lmkimpcat.scm -.include <bsd.port.mk> +.include <bsd.port.post.mk> |