diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 03:37:48 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 03:37:48 +0000 |
commit | 1e101ce912517c8847d29fa2297e34c270243820 (patch) | |
tree | c260625eda48b9e9d43bbc6990de3ca724228cec /emulators | |
parent | a9953d086263caacf9b2c11c529622fd0aad7c42 (diff) | |
download | ports-1e101ce912517c8847d29fa2297e34c270243820.tar.gz ports-1e101ce912517c8847d29fa2297e34c270243820.zip |
Mark BROKEN for ELF:
gcc -s -o cpm single.o z80emu.o em.o io.o bios.o commands.o running.o main.o disneu.o disz80.o low.o
single.o(.text+0x9): undefined reference to `_z80regs'
single.o(.text+0xe): undefined reference to `_z80mem'
single.o(.text+0x15): undefined reference to `_z80regs'
single.o(.text+0x1c): undefined reference to `_z80regs'
single.o(.text+0x23): undefined reference to `_z80regs'
single.o(.text+0x2a): undefined reference to `_z80regs'
single.o(.text+0x3f): undefined reference to `_z80regs'
single.o(.text+0x46): more undefined references to `_z80regs' follow
single.o(.text+0x18f2): undefined reference to `_hardware_access'
single.o(.text+0x1948): undefined reference to `_z80regs'
single.o(.text+0x195a): undefined reference to `_z80regs'
Notes
Notes:
svn path=/head/; revision=13935
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cpmemu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index a21754c061e0..d0d893cf4d40 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1995 # Whom: janek@gaja.ipan.lublin.pl # -# $Id: Makefile,v 1.9 1998/07/27 00:01:04 steve Exp $ +# $Id: Makefile,v 1.10 1998/08/10 12:06:46 steve Exp $ # DISTNAME= cpm-0.2 @@ -11,6 +11,8 @@ PKGNAME= cpmemu-0.2 CATEGORIES= emulators MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/slackware-3.2/source/extra-stuff/CPM-80-emulator/ +BROKEN_ELF= yes + MAINTAINER= ports@FreeBSD.org .include <bsd.port.mk> |