From 771d21cac42483d8a064dd9c7ccc82d409a07d5c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 17 Sep 2006 19:53:20 +0000 Subject: [PATCH] This is now buildable on amd64, taking a guess it builds on other arches too. --- lang/scm/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lang/scm/Makefile b/lang/scm/Makefile index fef4741f3f07..6fb628a46f05 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -36,10 +36,6 @@ SCM_MODULES= byte.so crs.so edline.so gsubr.so ioext.so posix.so ramap.so \ .include -.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