freebsd-ports/devel/strace/files/patch-configure
Max Khon 8cd828c6b5 Update to 4.4.94.
PR:		50432
Submitted by:	MAINTAINER
2003-04-19 13:30:41 +00:00

45 lines
948 B
Text

*** configure Thu Feb 20 05:55:30 2003
--- /tmp/w/configure Tue Feb 25 14:47:53 2003
***************
*** 5602,5606 ****
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
! #include <netinet/in.h
int
--- 5602,5607 ----
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
! #include <sys/types.h>
! #include <netinet/in.h>
int
***************
*** 5638,5642 ****
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
! #include <netinet/in.h
int
--- 5639,5644 ----
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
! #include <sys/types.h>
! #include <netinet/in.h>
int
***************
*** 6490,6493 ****
--- 6492,6496 ----
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+ #include <sys/types.h>
#include <netinet/in.h>
***************
*** 6749,6752 ****
--- 6752,6756 ----
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+ #include <sys/types.h>
#include <sys/socket.h>