770ec4404c
* switches to gtk+2 - fix a deprecation warning - correctly pickup libreadline (from freebsd) discussed with aja@
22 lines
638 B
Plaintext
22 lines
638 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2010/03/21 09:24:25 jasper Exp $
|
|
--- Makefile.in.orig Mon Feb 1 08:50:38 2010
|
|
+++ Makefile.in Mon Feb 1 08:51:26 2010
|
|
@@ -289,7 +289,7 @@ xscorch_LDADD = \
|
|
-lm \
|
|
$(GTK_LIBS) \
|
|
$(LIBMIKMOD_LIBS) \
|
|
- sgame/libscorch_game.a \
|
|
+ sgame/libscorch_game_dup.a \
|
|
sgtk/libscorch_gtk.a \
|
|
sgtk/swidgets/libscorch_widget_gtk.a \
|
|
sai/libscorch_ai.a \
|
|
@@ -306,7 +306,7 @@ xscorch_server_SOURCES = \
|
|
xscorch_server_LDADD = \
|
|
-lm \
|
|
$(LIBREADLINE_LIBS) \
|
|
- sgame/libscorch_game.a \
|
|
+ sgame/libscorch_game_dup.a \
|
|
sconsole/libscorch_console.a \
|
|
sai/libscorch_ai.a \
|
|
ssound/libscorch_sound_null.a \
|