From dfc737cf1e6097e6bd11512de20b4766386de094 Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 5 Jul 2006 22:12:13 +0000 Subject: - Welcome back sparc64 on kern.osreldate>=601101 --- www/nvu/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'www/nvu') diff --git a/www/nvu/Makefile b/www/nvu/Makefile index 4ee15f0..418c817 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -29,10 +29,14 @@ CFLAGS+= -I${X11BASE}/include .include .include "${.CURDIR}/../mozilla/Makefile.common" -.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" +.if ${ARCH} == "ia64" BROKEN= does not build .endif +.if ${ARCH}=="sparc64" && ${OSVERSION} < 601101 +IGNORE= does not build +.endif + .if ${PERL_LEVEL} < 500600 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl .endif -- cgit v1.1