1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/libunpipc/files/patch-ab
Dan Moschuk 1f4049bf91 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 <james@targetnet.com>
1999-10-02 19:17:58 +00:00

14 lines
426 B
Plaintext

--- 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