From acd3f65374963d2a413cab62b6c12084fe669b7f Mon Sep 17 00:00:00 2001 From: jseger Date: Mon, 12 Oct 1998 04:05:33 +0000 Subject: Mark BROKEN for ELF: bray/libray.a /usr/local/lib/librle.a -lm ../libshade/libshade.a(setup.o): In function `RSSetup': setup.o(.text+0x2bf): undefined reference to `SurfPush' ../libshade/libshade.a(shade.o): In function `ShadeRay': shade.o(.text+0xb7): undefined reference to `ComputeSurfProps' shade.o(.text+0x115): undefined reference to `Atmospherics' ../libshade/libshade.a(shade.o): In function `TransmitRay': shade.o(.text+0x714): undefined reference to `MediumPush' ../libshade/libshade.a(yacc.o): In function `yyparse': yacc.o(.text+0x1942): undefined reference to `SurfaceCopy' yacc.o(.text+0x196a): undefined reference to `SurfaceCopy' yacc.o(.text+0x199c): undefined reference to `SurfaceCopy' and about 20 more lines of similar errors --- graphics/rayshade/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/rayshade/Makefile') diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 15ca5be..202b7d6 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -3,7 +3,7 @@ # Date created: 21 January 1998 # Whom: giffunip@asme.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/26 04:04:11 mph Exp $ # DISTNAME= rayshade.4.0 @@ -17,6 +17,8 @@ MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt +BROKEN_ELF= yes + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS+= < ${WRKDIR}/config.ans -- cgit v1.1