diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-12 04:05:33 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-12 04:05:33 +0000 |
commit | acd3f65374963d2a413cab62b6c12084fe669b7f (patch) | |
tree | 4dfe640ae21fb89f72c1b91b48ff5e9d673558da /graphics/rayshade/Makefile | |
parent | fcff015cf9642bca8b7b7df196219cfdc856f955 (diff) | |
download | FreeBSD-ports-acd3f65374963d2a413cab62b6c12084fe669b7f.zip FreeBSD-ports-acd3f65374963d2a413cab62b6c12084fe669b7f.tar.gz |
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
Diffstat (limited to 'graphics/rayshade/Makefile')
-rw-r--r-- | graphics/rayshade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |