aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2002-05-22 20:15:17 +0800
committerjedgar <jedgar@FreeBSD.org>2002-05-22 20:15:17 +0800
commit1958e0a84dc89df0841f4565d26abba8ceccf2b2 (patch)
treec4dff1d8ace77f2337cd36cd238fd3650cf8edf9 /emulators
parent0534cc8fb3e3e4ffbbe1a4813bcf3542c8c7813b (diff)
downloadfreebsd-ports-gnome-1958e0a84dc89df0841f4565d26abba8ceccf2b2.tar.gz
freebsd-ports-gnome-1958e0a84dc89df0841f4565d26abba8ceccf2b2.tar.zst
freebsd-ports-gnome-1958e0a84dc89df0841f4565d26abba8ceccf2b2.zip
Add patch to allow building on bento.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/sim/files/patch-sim_defs.h11
-rw-r--r--emulators/simh/files/patch-sim_defs.h11
2 files changed, 22 insertions, 0 deletions
diff --git a/emulators/sim/files/patch-sim_defs.h b/emulators/sim/files/patch-sim_defs.h
new file mode 100644
index 000000000000..7e85051e3cff
--- /dev/null
+++ b/emulators/sim/files/patch-sim_defs.h
@@ -0,0 +1,11 @@
+--- sim_defs.h.orig Thu May 2 18:23:02 2002
++++ sim_defs.h Wed May 22 08:13:27 2002
+@@ -319,7 +319,7 @@
+ #define GRDATA(nm,loc,rdx,wd,pos) #nm, &(loc), (rdx), (wd), (pos), 1
+ #define BRDATA(nm,loc,rdx,wd,dep) #nm, (loc), (rdx), (wd), 0, (dep)
+ #define URDATA(nm,loc,rdx,wd,off,dep,fl) \
+- #nm, &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
++ "nm", &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
+ #else
+ #define ORDATA(nm,loc,wd) "nm", &(loc), 8, (wd), 0, 1
+ #define DRDATA(nm,loc,wd) "nm", &(loc), 10, (wd), 0, 1
diff --git a/emulators/simh/files/patch-sim_defs.h b/emulators/simh/files/patch-sim_defs.h
new file mode 100644
index 000000000000..7e85051e3cff
--- /dev/null
+++ b/emulators/simh/files/patch-sim_defs.h
@@ -0,0 +1,11 @@
+--- sim_defs.h.orig Thu May 2 18:23:02 2002
++++ sim_defs.h Wed May 22 08:13:27 2002
+@@ -319,7 +319,7 @@
+ #define GRDATA(nm,loc,rdx,wd,pos) #nm, &(loc), (rdx), (wd), (pos), 1
+ #define BRDATA(nm,loc,rdx,wd,dep) #nm, (loc), (rdx), (wd), 0, (dep)
+ #define URDATA(nm,loc,rdx,wd,off,dep,fl) \
+- #nm, &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
++ "nm", &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
+ #else
+ #define ORDATA(nm,loc,wd) "nm", &(loc), 8, (wd), 0, 1
+ #define DRDATA(nm,loc,wd) "nm", &(loc), 10, (wd), 0, 1