diff options
Diffstat (limited to 'games/xfreecell/patches')
-rw-r--r-- | games/xfreecell/patches/patch-ac | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games/xfreecell/patches/patch-ac b/games/xfreecell/patches/patch-ac index 4072db57d95..8b82504a98c 100644 --- a/games/xfreecell/patches/patch-ac +++ b/games/xfreecell/patches/patch-ac @@ -1,16 +1,18 @@ -$NetBSD: patch-ac,v 1.1 2004/07/10 23:03:47 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2004/07/18 16:06:59 kristerw Exp $ ---- gnmanager.h.orig 1999-03-29 15:07:19.000000000 +0200 -+++ gnmanager.h -@@ -2,7 +2,10 @@ +--- gnmanager.h.orig Mon Mar 29 15:07:19 1999 ++++ gnmanager.h Sun Jul 18 18:01:51 2004 +@@ -2,7 +2,13 @@ #define GNManager_H #include <string> --#include <hash_set> ++#if __GNUC__ < 3 + #include <hash_set> ++#else +#include <ext/hash_set> -+ +using namespace __gnu_cxx; +using namespace std; ++#endif class GameNumberManager { public: |