GGZ is a project to create a free gaming platform. The project includes a server, games for the server, clients, and games for the clients. Other projects may include ggz networking into their games.
13 lines
416 B
Plaintext
13 lines
416 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2008/11/17 18:22:14 jasper Exp $
|
|
--- configure.orig Mon Nov 17 19:01:14 2008
|
|
+++ configure Mon Nov 17 19:01:29 2008
|
|
@@ -21024,7 +21024,7 @@ if test "${ac_cv_lib_intl_gettext+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lintl $LIBS"
|
|
+LIBS="-lintl -liconv $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|