summaryrefslogtreecommitdiff
path: root/net/libunpipc/files/patch-ab
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-10-02 19:17:58 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-10-02 19:17:58 +0000
commit1f4049bf91d91e81d996502b6d252f05811e0d7f (patch)
tree473cfd56b2e9d5cb35179bf162426350f7904cdd /net/libunpipc/files/patch-ab
parentActivate libunp (diff)
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>
Diffstat (limited to 'net/libunpipc/files/patch-ab')
-rw-r--r--net/libunpipc/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
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