From 1f4049bf91d91e81d996502b6d252f05811e0d7f Mon Sep 17 00:00:00 2001 From: Dan Moschuk Date: Sat, 2 Oct 1999 19:17:58 +0000 Subject: libunp is the library used in W. Richard Steven's book "UNIX Network Programming Volume 2, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. For more information on the book, see http://www.phptr.com/ptrbooks/ptr_013490012X.html For more info on W. Richard Stevens, see http://www.kohala.com/~rstevens/ PR: ports/14058 Submitted by: James FitzGibbon --- net/libunpipc/files/patch-ab | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/libunpipc/files/patch-ab (limited to 'net/libunpipc/files/patch-ab') diff --git a/net/libunpipc/files/patch-ab b/net/libunpipc/files/patch-ab new file mode 100644 index 000000000000..f9dacef263a0 --- /dev/null +++ b/net/libunpipc/files/patch-ab @@ -0,0 +1,13 @@ +--- configure.orig Tue Sep 28 11:52:17 1999 ++++ configure Tue Sep 28 11:52:24 1999 +@@ -2894,10 +2894,6 @@ + LIB_OBJS="$LIB_OBJS signal.o" + LIB_OBJS="$LIB_OBJS signal_intr.o" + LIB_OBJS="$LIB_OBJS sleep_us.o" +-if test $ac_cv_have_siginfo_t_struct = yes ; then +- LIB_OBJS="$LIB_OBJS signal_rt.o" +- LIB_OBJS="$LIB_OBJS signal_rt_intr.o" +-fi + if test "$ac_cv_func_snprintf" = no ; then + LIB_OBJS="$LIB_OBJS snprintf.o" + fi -- cgit v1.2.3