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 | |
parent | bfafd12812b9fc07a2394aab9c353f4fc9e2b95a (diff) |
Notes
Diffstat (limited to 'games')
-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. */ |