summaryrefslogtreecommitdiff
path: root/sysutils/strace/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/strace/patches/patch-ae')
-rw-r--r--sysutils/strace/patches/patch-ae16
1 files changed, 13 insertions, 3 deletions
diff --git a/sysutils/strace/patches/patch-ae b/sysutils/strace/patches/patch-ae
index 55526fb7d16..df007f9bf3d 100644
--- a/sysutils/strace/patches/patch-ae
+++ b/sysutils/strace/patches/patch-ae
@@ -1,7 +1,7 @@
-$NetBSD: patch-ae,v 1.2 2007/04/27 19:45:01 christos Exp $
+$NetBSD: patch-ae,v 1.3 2007/12/06 16:59:37 christos Exp $
---- configure.ac.orig 2006-01-12 06:18:27.000000000 -0500
-+++ configure.ac 2007-04-27 11:31:50.000000000 -0400
+--- configure.ac.orig 2007-01-11 06:37:55.000000000 -0500
++++ configure.ac 2007-12-06 11:55:17.000000000 -0500
@@ -33,6 +33,12 @@
freebsd*)
opsys=freebsd
@@ -24,3 +24,13 @@ $NetBSD: patch-ae,v 1.2 2007/04/27 19:45:01 christos Exp $
AC_PROG_CC
AC_GNU_SOURCE
+@@ -194,7 +202,8 @@
+ AC_CHECK_FUNCS(sigaction strerror strsignal pread sys_siglist _sys_siglist getdents mctl prctl sendmsg inet_ntop if_indextoname)
+ AC_CHECK_HEADERS([sys/reg.h sys/filio.h sys/acl.h sys/asynch.h sys/door.h stropts.h sys/conf.h sys/stream.h sys/tihdr.h sys/tiuser.h sys/sysconfig.h ioctls.h sys/ioctl.h sys/ptrace.h termio.h linux/ptrace.h asm/reg.h sys/uio.h sys/aio.h poll.h sys/poll.h sys/vfs.h asm/sysmips.h linux/utsname.h sys/nscsys.h mqueue.h sys/epoll.h libaio.h inttypes.h], [], [])
+ AC_CHECK_HEADERS([linux/icmp.h linux/in6.h linux/netlink.h linux/if_packet.h],
+- [], [], [#include <linux/socket.h>])
++ [], [], [#include <stddef.h>
++#include <linux/socket.h>])
+ AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>])
+ AC_CHECK_HEADERS([netinet/tcp.h netinet/udp.h],,, [#include <netinet/in.h>])
+