summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 01:40:04 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 01:40:04 +0000
commit6af650083eecd329554337b87018f2ca67ba8183 (patch)
tree70c62b5050c8e5d222bbfe7bce13c50f966f4a5c /lang
parentUnbreak. (diff)
Mark BROKEN for ELF:
gcc -o scheme cmpauxmd.o cmpint.o artutl.o avltree.o bignum.o bigprm.o bitstr.o boot.o char.o comutl.o daemon.o debug.o dfloat.o error.o extern.o fasload.o fix num.o flonum.o generic.o hooks.o hunk.o intern.o interp.o intprm.o list.o lookpr m.o lookup.o obstack.o option.o osscheme.o ostty.o outf.o prim.o primutl.o prmco n.o ptrvec.o purutl.o regex.o rgxprim.o step.o storage.o string.o syntax.o syspr im.o term.o transact.o utils.o vector.o wind.o fasdump.o gcloop.o memmag.o purif y.o intext.o ux.o uxctty.o uxenv.o uxfile.o uxfs.o uxio.o uxproc.o uxsig.o uxsoc k.o uxterm.o uxtop.o uxtrap.o uxtty.o uxutil.o prosenv.o prosfile.o prosfs.o pro sio.o prosproc.o prospty.o prosterm.o prostty.o pruxenv.o pruxfs.o pruxio.o prux sock.o usrdef.o x11base.o x11term.o x11graph.o x11color.o tparam.o tterm.o missing.o -L/usr/X11R6/lib -lX11 -ltermcap -lm cmpauxmd.o(.text+0x5a): undefined reference to `_Ext_Stack_Pointer' cmpauxmd.o(.text+0x60): undefined reference to `_Free' cmpauxmd.o(.text+0x7d): undefined reference to `_utility_table' cmpauxmd.o(.text+0x8a): undefined reference to `_Free' cmpauxmd.o(.text+0x98): undefined reference to `_Ext_Stack_Pointer'
Notes
Notes: svn path=/head/; revision=13982
Diffstat (limited to 'lang')
-rw-r--r--lang/mit-scheme/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/mit-scheme/Makefile b/lang/mit-scheme/Makefile
index afabffc7ffe0..fdd768f5da54 100644
--- a/lang/mit-scheme/Makefile
+++ b/lang/mit-scheme/Makefile
@@ -3,7 +3,7 @@
# Date created: Mar 26 1995
# Whom: jmacd@FreeBSD.ORG
#
-# $Id$
+# $Id: Makefile,v 1.10 1997/04/30 03:48:10 asami Exp $
#
DISTNAME= mit-scheme
@@ -14,4 +14,6 @@ DISTFILES= scheme-microcode+dist-7.3-freebsd.tgz
MAINTAINER= jmacd@FreeBSD.ORG
+BROKEN_ELF= yes
+
.include <bsd.port.mk>