summaryrefslogtreecommitdiff
path: root/www/chimera/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-20 09:57:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-20 09:57:32 +0000
commit9c8a94660341c9c0aa83ed6908e2b889b3e5aaf8 (patch)
tree96b445a1cea3241f1efddd52c341bb09b4cfa21b /www/chimera/Makefile
parentGNU_CONFIGURE, actually. I really hope the maintainer has (diff)
Does this port automatically detect Motif now? Eek.
=== : cc -o chimera -O2 -m486 -L/usr/X11R6/lib main.o url.o net.o ftp.o gopher.o http.o util.o document.o local.o cache.o mime.o input.o md5.o auth.o lang.o stringdb.o inline.o widget.o convert.o fallback.o -L../mxw -lmxw -L../libhtmlw -lhtmlw -L../xloadimage -lxloadimage -L../common -lcommon -lXaw -lXmu -L/usr/X11R6/lib -lXt -lX11 -lXt -lSM -lICE -lXext -lX11 -lm main.o: Undefined symbol `_SetDelayedImageLoading' referenced from text segment main.o: Undefined symbol `_ToggleDelayedImageLoading' referenced from text segment HTML.o: Undefined symbol `_xmDrawingAreaWidgetClass' referenced from text segment HTML.o: Undefined symbol `_xmScrollBarWidgetClass' referenced from text segment HTML.o: Undefined symbol `__XmStrings' referenced from text segment HTML.o: Undefined symbol `__XmStrings' referenced from text segment :
Notes
Notes: svn path=/head/; revision=12686
Diffstat (limited to 'www/chimera/Makefile')
-rw-r--r--www/chimera/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile
index bb2b83295740..4fb26577ad3e 100644
--- a/www/chimera/Makefile
+++ b/www/chimera/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.12 1997/12/25 22:29:47 asami Exp $
+# $Id: Makefile,v 1.13 1998/01/29 20:26:04 jseger Exp $
#
DISTNAME= chimera-1.70p0
@@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/
MAINTAINER= jseger@FreeBSD.ORG
+BROKEN= build
+
USE_IMAKE= yes
.include <bsd.port.mk>