diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 04:05:33 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 04:05:33 +0000 |
commit | 23752ca3ed6f2d4ea20914eedb88e6a62cbd21f7 (patch) | |
tree | 32fd53d1c422c9ce6b42fc9bda83eb4ba0758f1a /graphics/rayshade | |
parent | 903a84837f1198926f2c135c9d9a1befaf439b92 (diff) | |
download | ports-23752ca3ed6f2d4ea20914eedb88e6a62cbd21f7.tar.gz ports-23752ca3ed6f2d4ea20914eedb88e6a62cbd21f7.zip |
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
Notes
Notes:
svn path=/head/; revision=13886
Diffstat (limited to 'graphics/rayshade')
-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 15ca5be60b29..202b7d6bf088 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 |