1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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'
This commit is contained in:
Justin M. Seger 1998-10-13 03:37:48 +00:00
parent a9953d0862
commit 1e101ce912
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13935

View File

@ -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>