diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 01:40:04 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 01:40:04 +0000 |
commit | e8c3df8952884dd9e88af7b83d58e0e296529e36 (patch) | |
tree | 8c4cd0237fb6e4fec439aec8dce0f25684e797e9 /lang/mit-scheme | |
parent | 22de27d28a4ec004291ea901e5a6d36af6f8f855 (diff) | |
download | FreeBSD-ports-e8c3df8952884dd9e88af7b83d58e0e296529e36.zip FreeBSD-ports-e8c3df8952884dd9e88af7b83d58e0e296529e36.tar.gz |
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'
Diffstat (limited to 'lang/mit-scheme')
-rw-r--r-- | lang/mit-scheme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/mit-scheme/Makefile b/lang/mit-scheme/Makefile index afabffc..fdd768f 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> |