pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xu4 Add missing include that broke the Linux build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/621b6189e1f9
branches:  trunk
changeset: 604114:621b6189e1f9
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed May 23 06:35:17 2012 +0000

description:
Add missing include that broke the Linux build.

diffstat:

 games/xu4/distinfo                       |   3 ++-
 games/xu4/patches/patch-src_menuitem_cpp |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 2e8a301dc78a -r 621b6189e1f9 games/xu4/distinfo
--- a/games/xu4/distinfo        Wed May 23 06:32:50 2012 +0000
+++ b/games/xu4/distinfo        Wed May 23 06:35:17 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/01/08 15:52:12 wiz Exp $
+$NetBSD: distinfo,v 1.2 2012/05/23 06:35:17 dholland Exp $
 
 SHA1 (xu4-1.0beta3.tar.gz) = baf1bbdc18088096ae11ea31aa497532b7e7124c
 RMD160 (xu4-1.0beta3.tar.gz) = f758fea4bc3034b19122651cfb725a88e0684960
@@ -17,6 +17,7 @@
 SHA1 (patch-src_intro.cpp) = 5330d1bedb8e79750468d9463a016b041b7aa496
 SHA1 (patch-src_item.cpp) = 667498d2c8fcf4c2c35da0d9189d68c9b6a9baf5
 SHA1 (patch-src_lzw_u6decode.cpp) = 1dbf1cb0f24ad9d083f4a7fe666f1503c9647ab6
+SHA1 (patch-src_menuitem_cpp) = 400943827ddd59a9cff547765e87b30590569cb2
 SHA1 (patch-src_person.cpp) = b93703514429257ae4665ab7242c5dc1ead18c3c
 SHA1 (patch-src_savegame.cpp) = 6a0b43d29bd26fd2265953588ae82c950d14e6ba
 SHA1 (patch-src_screen.cpp) = bffaf51b9ac63112733d89c0b5e30370a695d45d
diff -r 2e8a301dc78a -r 621b6189e1f9 games/xu4/patches/patch-src_menuitem_cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/xu4/patches/patch-src_menuitem_cpp  Wed May 23 06:35:17 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_menuitem_cpp,v 1.1 2012/05/23 06:35:17 dholland Exp $
+
+Add missing header, fails on Linux.
+
+--- src/menuitem.cpp~  2005-08-22 05:36:37.000000000 +0000
++++ src/menuitem.cpp
+@@ -3,4 +3,6 @@
+  */
+ 
++#include <cstdio>
++
+ #include "vc6.h" // Fixes things if you're using VC6, does nothing if otherwise
+ 



Home | Main Index | Thread Index | Old Index