diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-11-01 22:21:30 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-11-01 22:21:30 +0000 |
commit | 014fc31f8414c5fa5072c027007e23d704761c1a (patch) | |
tree | 5cc0c7d6e852fac60ee58c2567780686ba1bde94 /lang | |
parent | ff6096bf42123fd64be94f5b3929960c3fb5d2e1 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Sather/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 1382fce44db0..fa11f045a65c 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -13,7 +13,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= Sather compiler # @@ -43,6 +43,10 @@ PORTDOCS= * .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= boehm-gc is broken on ia64 +.endif + BC_DIR!= cd ${PORTSDIR}/devel/boehm-gc && ${MAKE} -V WRKSRC # XXX: exists untill it will be committed to bsd.port.mk |