summaryrefslogtreecommitdiff
path: root/games/tinymux/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-09 01:10:30 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-09 01:10:30 +0000
commitc4bd43055c122b36f0bdeae5956ebfc6745bbecb (patch)
tree3eeda729b1ee13fc3ab9b60ce25406d732c8f3bd /games/tinymux/files
parentTurn on qstat. (diff)
Initial import of tinymux version 1.4p13.
A multi-player freeform adventure program. PR: 6791 Submitted by: Christopher T. Johnson <cjohnson@neunacht.netgsi.com>
Notes
Notes: svn path=/head/; revision=12364
Diffstat (limited to 'games/tinymux/files')
-rw-r--r--games/tinymux/files/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/tinymux/files/patch-aa b/games/tinymux/files/patch-aa
new file mode 100644
index 000000000000..da88566d148c
--- /dev/null
+++ b/games/tinymux/files/patch-aa
@@ -0,0 +1,20 @@
+--- 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)
+ AC_CHECK_LIB(crypt, main)
+