aboutsummaryrefslogtreecommitdiff
path: root/editors/wily
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 04:25:08 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 04:25:08 +0000
commit689d71fea0b35dfce2d534191f41ce0eec4a3af1 (patch)
tree1ad312ea597f8b81b1100e75e9b6a8d8356bc7d5 /editors/wily
parent308e431bde3d39c1a0d831c38b0cb0f803092cd5 (diff)
Mark BROKEN for ELF:
cc -o wily env.o include.o label.o file.o msg.o data.o line.o vgeom.o vsearch.o vshow.o tagmatch.o place.o event.o exec.o dir.o point.o global.o cursor.o scroll.o path.o keyboard.o wily.o tag.o view.o grow.o adjust.o win.o list.o col.o undo.o builtins.o util.o select.o mouse.o regexp.o text2.o sam.o text.o click.o tile.o search.o ../libmsg/libmsg.a ../libframe/libframe.a ../libXg/libXg.a -L/usr/X11R6/lib -lXt -lSM -lICE -lX11 cc: ../libmsg/libmsg.a: No such file or directory cc: ../libframe/libframe.a: No such file or directory cc: ../libXg/libXg.a: No such file or directory *** Error code 1
Notes
Notes: svn path=/head/; revision=13999
Diffstat (limited to 'editors/wily')
-rw-r--r--editors/wily/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile
index 42b7d7cb99e6..a2b75bc7dbf2 100644
--- a/editors/wily/Makefile
+++ b/editors/wily/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 September 1997
# Whom: koshy
#
-# $Id: Makefile,v 1.4 1998/09/07 02:42:09 jkoshy Exp $
+# $Id: Makefile,v 1.5 1998/09/07 04:11:06 jkoshy Exp $
#
DISTNAME= wily-0.13.41
@@ -18,6 +18,8 @@ MAINTAINER= jkoshy@freebsd.org
USE_X11= YES
GNU_CONFIGURE= YES
+BROKEN_ELF= yes
+
WILYDOCDIR= ${PREFIX}/share/doc/wily
WILYTUTEDIR= ${WILYDOCDIR}/tute
WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \