diff options
author | obache <obache> | 2009-08-24 11:39:21 +0000 |
---|---|---|
committer | obache <obache> | 2009-08-24 11:39:21 +0000 |
commit | 5f7ecad2f22a8d42e28c9fded0895e06ca658dc6 (patch) | |
tree | ec700a6167e63e3036f3569c53481bc4c5f81ab0 /games/exult | |
parent | 3971791ef218c937d67537e4b3ea2ea47eaab7d4 (diff) | |
download | pkgsrc-5f7ecad2f22a8d42e28c9fded0895e06ca658dc6.tar.gz |
Replace patch code with usual manner.
Diffstat (limited to 'games/exult')
-rw-r--r-- | games/exult/distinfo | 4 | ||||
-rw-r--r-- | games/exult/patches/patch-ad | 28 |
2 files changed, 14 insertions, 18 deletions
diff --git a/games/exult/distinfo b/games/exult/distinfo index d54403ffde6..e613b8d9336 100644 --- a/games/exult/distinfo +++ b/games/exult/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2008/07/27 20:14:14 dholland Exp $ +$NetBSD: distinfo,v 1.4 2009/08/24 11:39:21 obache Exp $ SHA1 (exult-1.2.tar.gz) = 81f9d3d428c80990b8e970a4dee5c85a7236dace RMD160 (exult-1.2.tar.gz) = 339231edf84507f05115ab3189875cb15be9c04f @@ -6,7 +6,7 @@ Size (exult-1.2.tar.gz) = 1722259 bytes SHA1 (patch-aa) = 2acecb0c4e2da2769559d9603a08930c30b38c72 SHA1 (patch-ab) = 039fd49b570ad5796a43d86fb679b517c4149f13 SHA1 (patch-ac) = f6a1c4961e62cd99f9f355d14631457d5d2b5458 -SHA1 (patch-ad) = 6836603f98ec3d8893de27259a82ed2da7d7e9fb +SHA1 (patch-ad) = fbb34ab21468afd91caccc35354fbd23df800ca5 SHA1 (patch-ae) = 3b863379cef2948ff92e9971ffbc37d6b1b0276f SHA1 (patch-af) = 43b2369d9dff1fc1aa387c174b3fe7c3e467c2e8 SHA1 (patch-ag) = 2c8b385bb2346f0e7d11bd8e721a901ec361bb61 diff --git a/games/exult/patches/patch-ad b/games/exult/patches/patch-ad index ae3302d92b3..0cf54ef52cb 100644 --- a/games/exult/patches/patch-ad +++ b/games/exult/patches/patch-ad @@ -1,17 +1,13 @@ -$NetBSD: patch-ad,v 1.1 2008/07/27 20:14:14 dholland Exp $ +$NetBSD: patch-ad,v 1.2 2009/08/24 11:39:21 obache Exp $ ---- mouse.h.orig 2003-08-31 13:32:24.000000000 -0400 -+++ mouse.h 2008-07-27 13:58:11.000000000 -0400 -@@ -33,7 +33,11 @@ - class Mouse - { - protected: -- Shape_file pointers; // Pointers from 'pointers.shp'. -+ Shape_file pointers; -+#if __GNUC__ == 4 && __GNUC_MINOR__ == 1 -+ /* I have no idea why this is needed. */ -+ class -+#endif - Game_window *gwin; // Where to draw. - Image_window8 *iwin; // From gwin. - Image_buffer *backup; // Stores image below mouse shape. +--- mouse.h.orig 2003-08-31 17:32:24.000000000 +0000 ++++ mouse.h +@@ -27,6 +27,8 @@ + #include "vgafile.h" + #include "glshape.h" + ++class Game_window; ++ + /* + * Handle custom mouse pointers. + */ |