1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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
This commit is contained in:
Satoshi Asami 1999-09-21 07:22:40 +00:00
parent 0dac6d3a9f
commit 8c3d3a3494
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21847

View File

@ -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>