diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-09-24 23:14:01 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-09-24 23:14:01 +0000 |
commit | b01ca56c10a6b3f76550183a8f759d046722bbff (patch) | |
tree | e714c128fdc43bd986ac317a36c9b6e734789824 /emulators/swarm | |
parent | 5605729e74e81265ad2a9e6f99a2e677ec92f76b (diff) | |
download | pkgsrc-b01ca56c10a6b3f76550183a8f759d046722bbff.tar.gz |
make this work on alpha
Diffstat (limited to 'emulators/swarm')
-rw-r--r-- | emulators/swarm/files/patch-sum | 3 | ||||
-rw-r--r-- | emulators/swarm/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/swarm/files/patch-sum b/emulators/swarm/files/patch-sum index 2cf11e10a45..e5906416e9b 100644 --- a/emulators/swarm/files/patch-sum +++ b/emulators/swarm/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.1 2000/07/07 23:35:57 wiz Exp $ +$NetBSD: patch-sum,v 1.2 2000/09/24 23:14:01 hubertf Exp $ MD5 (patch-aa) = c2c96f46e3d15263bd51d5f29c141488 +MD5 (patch-ab) = 39aa51bdcf6bb8921aae265855157b14 diff --git a/emulators/swarm/patches/patch-ab b/emulators/swarm/patches/patch-ab new file mode 100644 index 00000000000..76954af4dcf --- /dev/null +++ b/emulators/swarm/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2000/09/24 23:14:01 hubertf Exp $ + +--- Makefile.orig Sun Sep 24 19:07:00 2000 ++++ Makefile +@@ -24,7 +24,7 @@ + + ROOT = .. + ARCH = `$(ROOT)/bin/scripts/arch` +-CFLAGS = -D$(ARCH) -DQUIET ++CFLAGS+= -D$(ARCH) -DQUIET -D__int8_t_defined + OPTS = -g -DEBUG + + OBJS = core.o main.o alu.o cache.o direct.o swarm.o swi.o armproc.o \ |