diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-08 08:13:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-08 08:13:40 +0000 |
commit | 1e8814eb97e84abf6aaf5e9d608abe4505a26440 (patch) | |
tree | 7ced27bbd77077155ea8e49bb8692e693d429f77 /lang/screamer/Makefile | |
parent | 0d04b3fd011a48c721330879835f9c022e17646c (diff) | |
download | ports-1e8814eb97e84abf6aaf5e9d608abe4505a26440.tar.gz ports-1e8814eb97e84abf6aaf5e9d608abe4505a26440.zip |
Notes
Diffstat (limited to 'lang/screamer/Makefile')
-rw-r--r-- | lang/screamer/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/screamer/Makefile b/lang/screamer/Makefile index 011937c37598..a80100824e8c 100644 --- a/lang/screamer/Makefile +++ b/lang/screamer/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/lisp:${PORTSDIR}/lang/cmucl NO_BUILD= yes +BROKEN= Does not compile (dumps core) + pre-install: (cd ${WRKDIR}/screamer && ${LOCALBASE}/bin/lisp -eval '(load "${FILESDIR}/build.lisp")') @@ -36,10 +38,4 @@ post-install: @echo " (2) (require 'screamer)" @echo "${PREFIX}/share/screamer constains source and documentation." -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |