summaryrefslogtreecommitdiff
path: root/emulators/swarm/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-09-24 23:14:01 +0000
committerhubertf <hubertf>2000-09-24 23:14:01 +0000
commit5204600e36093f26de27e6d0eba844ca737e9815 (patch)
treee714c128fdc43bd986ac317a36c9b6e734789824 /emulators/swarm/patches
parent98da5e95c6517e8a4a362cb617a82fb5ab3deaf4 (diff)
downloadpkgsrc-5204600e36093f26de27e6d0eba844ca737e9815.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 \