From 8c3d3a34949f722e8d8b58645c10df3411bfff9c Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 21 Sep 1999 07:22:40 +0000 Subject: Hm...seems the broken-ness is confined to 4-current now. sampling.c: In function `UnitCirclePoint': sampling.c:116: syntax error before `/' sampling.c:116: warning: integer overflow in expression sampling.c:116: syntax error before `)' sampling.c:118: syntax error before `/' sampling.c:118: warning: integer overflow in expression sampling.c:118: syntax error before `)' sampling.c:122: syntax error before `/' sampling.c:122: warning: integer overflow in expression sampling.c:122: syntax error before `)' sampling.c:123: syntax error before `/' sampling.c:123: warning: integer overflow in expression sampling.c:123: syntax error before `)' *** Error code 1 --- graphics/rayshade/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'graphics/rayshade') diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 6665af5ecdd0..45e91fca6de4 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -17,8 +17,11 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt -BROKEN_ELF= yes +.include + +.if ${OSVERSION} >= 400000 BROKEN= build +.endif HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure @@ -40,4 +43,4 @@ do-install: $(MKDIR) $(PREFIX)/share/examples/rayshade $(INSTALL_DATA) $(WRKSRC)/Examples/* $(PREFIX)/share/examples/rayshade -.include +.include -- cgit v1.2.3