pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/xbeeb Fix build under gcc 4.1.2, which catch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f3eeb3cc6a6
branches:  trunk
changeset: 518890:5f3eeb3cc6a6
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Thu Sep 21 21:47:32 2006 +0000

description:
Fix build under gcc 4.1.2, which catches an extern Vs static inconsistency.

diffstat:

 emulators/xbeeb/distinfo         |   3 ++-
 emulators/xbeeb/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r bc12e43224d7 -r 5f3eeb3cc6a6 emulators/xbeeb/distinfo
--- a/emulators/xbeeb/distinfo  Thu Sep 21 20:23:38 2006 +0000
+++ b/emulators/xbeeb/distinfo  Thu Sep 21 21:47:32 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/06/17 06:37:55 dsainty Exp $
+$NetBSD: distinfo,v 1.6 2006/09/21 21:47:32 dsainty Exp $
 
 SHA1 (xbeeb-0.4.1.tgz) = 5e2fccfabd0aa5a656758b2ea0536570a790dabe
 RMD160 (xbeeb-0.4.1.tgz) = 67dba3262f7e5886a86e5656288d807fea540d9b
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 733916029e94e65ee7702778ce344468ab3cf658
 SHA1 (patch-ae) = 00906d13e5dd9ec03f011053e7399fac581efc3d
 SHA1 (patch-af) = 62c888cc324742142d7a95c9db55067daba4dacd
+SHA1 (patch-ag) = 85f2cd6bddabfa865ab392d38c3a4db7cd2a8026
diff -r bc12e43224d7 -r 5f3eeb3cc6a6 emulators/xbeeb/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xbeeb/patches/patch-ag  Thu Sep 21 21:47:32 2006 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index