diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-06-06 13:06:08 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-06-06 13:06:08 +0000 |
commit | fc5b64bba1d1db827829e337a4f5451b63c6f76b (patch) | |
tree | 860d65ac0e905573471c9b813ce798be0e011a82 /games/easysok | |
parent | New port: mod_jk for apache2 (diff) |
Disable libmng detection.
Mng support will be fixed in the next version.
PR: 52951
Submitted by: Kirill Ponomarew
Notes
Notes:
svn path=/head/; revision=82364
Diffstat (limited to '')
-rw-r--r-- | games/easysok/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
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. */ |