summaryrefslogtreecommitdiff
path: root/emulators/xbeeb/patches
diff options
context:
space:
mode:
authordsainty <dsainty>2006-09-21 21:47:32 +0000
committerdsainty <dsainty>2006-09-21 21:47:32 +0000
commit295743e8833725445d5507e5b82c1e3f9079cb4b (patch)
tree3b5f2056a0830e794f17c55206ff6fa3fdba193d /emulators/xbeeb/patches
parent7efd5e69f9e57fbc444946b388ffc78b91d2c28e (diff)
downloadpkgsrc-295743e8833725445d5507e5b82c1e3f9079cb4b.tar.gz
Fix build under gcc 4.1.2, which catches an extern Vs static inconsistency.
Diffstat (limited to 'emulators/xbeeb/patches')
-rw-r--r--emulators/xbeeb/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/xbeeb/patches/patch-ag b/emulators/xbeeb/patches/patch-ag
new file mode 100644
index 00000000000..bcc8abc1723
--- /dev/null
+++ b/emulators/xbeeb/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2006/09/21 21:47:32 dsainty Exp $
+
+Fix build under gcc 4.1.2, which catches an extern Vs static inconsistency.
+
+--- src/VideoUla.h.orig 2002-01-16 04:46:43.000000000 +1300
++++ src/VideoUla.h 2006-09-22 01:06:05.000000000 +1200
+@@ -88,6 +88,5 @@
+ extern unsigned char CursorByteWidth;
+ extern unsigned char MasterCursorWidth;
+ extern unsigned char ClockRate;
+-extern byteval VidRegister0;
+
+ #endif /* VIDEOULA_H */