aboutsummaryrefslogtreecommitdiff
path: root/graphics/rayshade
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-28 00:58:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-28 00:58:32 +0000
commit89be57678dc4948dfadd830d2841b6e21450ccab (patch)
tree2ecfb63f0c29f8d0fb43670bae10498616f9f508 /graphics/rayshade
parented16ea014b559e69f648a8b8c69ab87b3854a258 (diff)
downloadports-89be57678dc4948dfadd830d2841b6e21450ccab.tar.gz
ports-89be57678dc4948dfadd830d2841b6e21450ccab.zip
Mark this broken:
--- cc -O -pipe -o rayshade main.o raytrace.o version.o ../libshade/libshade.a ../libray/libray.a /usr/local/lib/librle.a -lm imagetext.o: Undefined symbol `_ImageRead' referenced from text segment imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment *** Error code 1 Stop.
Notes
Notes: svn path=/head/; revision=14925
Diffstat (limited to 'graphics/rayshade')
-rw-r--r--graphics/rayshade/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile
index 202b7d6bf088..2bab70ae2796 100644
--- a/graphics/rayshade/Makefile
+++ b/graphics/rayshade/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 January 1998
# Whom: giffunip@asme.org
#
-# $Id: Makefile,v 1.1.1.1 1998/05/26 04:04:11 mph Exp $
+# $Id: Makefile,v 1.2 1998/10/12 04:05:33 jseger Exp $
#
DISTNAME= rayshade.4.0
@@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt
BROKEN_ELF= yes
+BROKEN= build
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure