openbsd-ports/games/castle-combat/patches/patch-src_main_c
pvalchev 1508d7ac7d - Fix sdl-net dependency: do not build own version of SDL_net, but use
devel/sdl-net which was additionally picked up if installed
- Fix CONFIGURE_STYLE, "gnu" instead of "autoconf"
2003-03-06 01:09:27 +00:00

14 lines
431 B
Plaintext

$OpenBSD: patch-src_main_c,v 1.1 2003/03/06 01:09:28 pvalchev Exp $
--- src/main.c.orig Wed Mar 6 07:05:39 2002
+++ src/main.c Wed Mar 5 18:02:28 2003
@@ -24,8 +24,8 @@
#include "main.h"
#include "options.h"
#include "time.h"
-#include "SDL_net/SDL_net.h"
#include "server.h"
+#include <SDL/SDL_net.h>
int fullscreen=1, CityDestroyed[6]={0,0,0,0,0,0},
CannonDestroyed[3]={0,0,0}, Score=0, HWCursor=0, NetworkOpen=0;