[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
xbill ports compile fixes
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: xbill ports compile fixes
- From: kwesterback_(_at_)_home_(_dot_)_com
- Date: Sun, 31 Oct 1999 14:19:34 -0500
- Mail-followup-to: ports_(_at_)_openbsd_(_dot_)_org
- Reply-to: kwesterback_(_at_)_home_(_dot_)_com
Below are two new patch files for xbill that let
it compile completely and without warnings under
gcc 2.95.1.
I called the first one patch-ab and the second
patch-ac.
--- Game.h.orig Thu Jan 23 11:22:50 1997
+++ Game.h Sat Oct 30 19:42:00 1999
@@ -4,7 +4,7 @@
#include "objects.h"
class Game {
- unsigned state;
+ int state;
int efficiency;
public:
unsigned score, level, iteration;
--- Cable.h.orig Thu Jan 23 11:22:49 1997
+++ Cable.h Sat Oct 30 19:44:33 1999
@@ -13,7 +13,7 @@
void setup();
void draw();
void update();
- onspark (int locx, int locy);
+ int onspark (int locx, int locy);
};
I looked at patch-ad and I don't immediately see
why 'redhat' is being replaced by 'bsd' is the os
list. I compiled/tested without it and xbill
works fine.
I hope this 'unbreaks' another port though I see
from the makefile it won't be put on the CD anyway.
.... Ken
Visit your host, monkey.org