diff options
Diffstat (limited to 'devel/strace/files/patch-configure')
-rw-r--r-- | devel/strace/files/patch-configure | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/devel/strace/files/patch-configure b/devel/strace/files/patch-configure new file mode 100644 index 000000000000..9c8b033da9c3 --- /dev/null +++ b/devel/strace/files/patch-configure @@ -0,0 +1,45 @@ +*** 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> |