diff options
author | vs <vs@FreeBSD.org> | 2005-04-08 15:21:44 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-08 15:21:44 +0800 |
commit | 01410e49a92ed1d25b4428986e0244963d17e4ee (patch) | |
tree | f6cb3e4482e8c66f4e76f7ff893556ad01a16703 /lang/afnix | |
parent | 6322ffe8884325da082fce4fe5da361a35dd225d (diff) | |
download | freebsd-ports-gnome-01410e49a92ed1d25b4428986e0244963d17e4ee.tar.gz freebsd-ports-gnome-01410e49a92ed1d25b4428986e0244963d17e4ee.tar.zst freebsd-ports-gnome-01410e49a92ed1d25b4428986e0244963d17e4ee.zip |
Mark as BROKEN on sparc64/CURRENT
PR: ports/79640
Submitted by: krisbot via maintainer
Diffstat (limited to 'lang/afnix')
-rw-r--r-- | lang/afnix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 13149e13bff9..557c4b8a7086 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -26,6 +26,10 @@ MAN1= afnix.1 axc.1 axd.1 axl.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600000 && ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64 FreeBSD >= 6.x" +.endif + do-configure: @${WRKSRC}/cnf/bin/${PORTNAME}-setup -o |