aboutsummaryrefslogtreecommitdiff
path: root/graphics/rayshade
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-21 07:22:40 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-21 07:22:40 +0000
commit8c3d3a34949f722e8d8b58645c10df3411bfff9c (patch)
treee24172268d1dcb3b6690a644c9a7cf3b6d5e60e5 /graphics/rayshade
parent0dac6d3a9f2dac9a02e90c089d8aa3a2bc80b0af (diff)
downloadports-8c3d3a34949f722e8d8b58645c10df3411bfff9c.tar.gz
ports-8c3d3a34949f722e8d8b58645c10df3411bfff9c.zip
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
Notes
Notes: svn path=/head/; revision=21847
Diffstat (limited to 'graphics/rayshade')
-rw-r--r--graphics/rayshade/Makefile7
1 files changed, 5 insertions, 2 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>