summaryrefslogtreecommitdiff
path: root/emulators/swarm/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-09-24 23:14:01 +0000
committerhubertf <hubertf@pkgsrc.org>2000-09-24 23:14:01 +0000
commitb01ca56c10a6b3f76550183a8f759d046722bbff (patch)
treee714c128fdc43bd986ac317a36c9b6e734789824 /emulators/swarm/patches
parent5605729e74e81265ad2a9e6f99a2e677ec92f76b (diff)
downloadpkgsrc-b01ca56c10a6b3f76550183a8f759d046722bbff.tar.gz
make this work on alpha
Diffstat (limited to 'emulators/swarm/patches')
-rw-r--r--emulators/swarm/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
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 \