summaryrefslogtreecommitdiff
path: root/games/tinymux/files
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-30 03:17:03 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-30 03:17:03 +0000
commitc34aa86301ac44efe7279159bbee660bdee5445d (patch)
tree58c13a78d0b99d4f04c042d003a5b141be96da3d /games/tinymux/files
parentUpdate port to 0.1.3 (diff)
Update port to 1.6p0
PR: 17609 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=27134
Diffstat (limited to 'games/tinymux/files')
-rw-r--r--games/tinymux/files/patch-aa29
1 files changed, 10 insertions, 19 deletions
diff --git a/games/tinymux/files/patch-aa b/games/tinymux/files/patch-aa
index da88566d148c..970c25ba677f 100644
--- a/games/tinymux/files/patch-aa
+++ b/games/tinymux/files/patch-aa
@@ -1,20 +1,11 @@
---- configure.in.orig Tue Apr 15 23:36:55 1997
-+++ configure.in Thu May 28 21:44:26 1998
-@@ -85,7 +85,7 @@
- AC_DEFINE(NEED_SYS_ERRLIST_DCL) ;;
- *)
- AC_MSG_CHECKING(for sys_errlist dcl)
--AC_HEADER_EGREP(sys_errlist,errno.h, AC_MSG_RESULT(yes), AC_DEFINE(NEED_SYS_ERRLIST_DCL) AC_MSG_RESULT(no)) ;;
-+AC_HEADER_EGREP(sys_errlist,stdio.h, AC_MSG_RESULT(yes), AC_DEFINE(NEED_SYS_ERRLIST_DCL) AC_MSG_RESULT(no)) ;;
- esac
- AC_MSG_CHECKING(for perror dcl)
- AC_HEADER_EGREP(perror,errno.h, AC_MSG_RESULT(yes) ,AC_DEFINE(NEED_PERROR_DCL) AC_MSG_RESULT(no))
-@@ -100,7 +100,7 @@
- AC_TRY_COMPILE([#include <sys/socket.h>],[struct linger ling; ling.l_onoff = 1;],
- AC_DEFINE(HAVE_LINGER) AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
-
--LIBS="-L./gdbm-1.7.3 -lgdbm"
-+LIBS="-L/usr/local/lib -lgdbm"
- AC_CHECK_LIB(resolv, main)
+--- configure.in.orig Thu Nov 5 16:36:22 1998
++++ configure.in Sun Mar 26 16:35:37 2000
+@@ -17,7 +17,7 @@
+ else
+ AC_EGREP_HEADER(sys_errlist,errno.h, ,AC_EGREP_HEADER(sys_errlist,stdio.h,,AC_DEFINE(NEED_SYS_ERRLIST_DCL)))
+ fi
+-LIBS="-L./gdbm-1.7.3 -lgdbm"
++LIBS="-L/usr/local/lib -lgdbm"
AC_CHECK_LIB(crypt, main)
-
+ AC_FUNC_STRFTIME
+ AC_FUNC_VFORK