From c978e9a88f962e57bd453db66ebb030137c9e8e3 Mon Sep 17 00:00:00 2001 From: fjoe Date: Fri, 6 Jun 2003 13:06:08 +0000 Subject: Disable libmng detection. Mng support will be fixed in the next version. PR: 52951 Submitted by: Kirill Ponomarew --- games/easysok/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/easysok/files/patch-configure diff --git a/games/easysok/files/patch-configure b/games/easysok/files/patch-configure new file mode 100644 index 000000000000..307630e1b5f5 --- /dev/null +++ b/games/easysok/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Jun 4 22:07:15 2003 ++++ configure Wed Jun 4 22:07:55 2003 +@@ -24915,7 +24915,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lmng $LIBS" ++LIBS="-lmngdead $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ -- cgit