diff options
author | kris <kris@FreeBSD.org> | 2006-09-18 03:53:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-18 03:53:20 +0800 |
commit | c114ffd309196732c81ac05b212aa9e2d2c15346 (patch) | |
tree | 772fb1099c523c0d630b19421fe01f9256498b79 /lang/scm | |
parent | abedbc62d7625e32011d462bf0f839105670433e (diff) | |
download | freebsd-ports-gnome-c114ffd309196732c81ac05b212aa9e2d2c15346.tar.gz freebsd-ports-gnome-c114ffd309196732c81ac05b212aa9e2d2c15346.tar.zst freebsd-ports-gnome-c114ffd309196732c81ac05b212aa9e2d2c15346.zip |
This is now buildable on amd64, taking a guess it builds on other
arches too.
Diffstat (limited to 'lang/scm')
-rw-r--r-- | lang/scm/Makefile | 4 |
1 files changed, 0 insertions, 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 <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 |