openbsd-ports/games/xbill/patches/patch-ab
brad bce974f906 - remove BROKEN tag
- add patches to fix compilation with GCC 2.95.x; from kwesterback@home.com
1999-12-01 01:21:58 +00:00

12 lines
225 B
Plaintext

--- Game.h.orig Tue Nov 30 19:56:38 1999
+++ Game.h Tue Nov 30 19:57:12 1999
@@ -4,7 +4,7 @@
#include "objects.h"
class Game {
- unsigned state;
+ int state;
int efficiency;
public:
unsigned score, level, iteration;