summaryrefslogtreecommitdiff
path: root/games/prboom/files/patch-src-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/prboom/files/patch-src-Makefile.in')
-rw-r--r--games/prboom/files/patch-src-Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/games/prboom/files/patch-src-Makefile.in b/games/prboom/files/patch-src-Makefile.in
index 20e8a104d368..83da50fae5d4 100644
--- a/games/prboom/files/patch-src-Makefile.in
+++ b/games/prboom/files/patch-src-Makefile.in
@@ -1,5 +1,5 @@
---- src/Makefile.in.orig Mon Sep 27 11:31:32 2004
-+++ src/Makefile.in Thu Feb 17 15:01:16 2005
+--- src/Makefile.in.orig Sun Nov 19 12:45:21 2006
++++ src/Makefile.in Fri Oct 12 14:12:30 2007
@@ -37,7 +37,7 @@
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
@@ -9,12 +9,12 @@
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
-@@ -276,7 +276,7 @@
+@@ -248,7 +248,7 @@
+ target_os = @target_os@
target_vendor = @target_vendor@
- EXTRA_SUBDIRS = Posix SDL
- SUBDIRS = SDL POSIX
+ SUBDIRS = SDL POSIX MAC
-gamesdir = $(prefix)/games
+gamesdir = $(prefix)/bin
- prboom_game_server_SOURCES = d_server.c i_udp_sdl.c protocol.h
- prboom_game_server_LDADD = POSIX/libposixdoom.a @NET_LIBS@ @SDL_LIBS@
+ prboom_game_server_SOURCES = d_server.c protocol.h
+ prboom_game_server_LDADD = POSIX/libposixdoom.a SDL/i_network.o @NET_LIBS@ @SDL_LIBS@
COMMON_SRC = \