SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/smpeg/patches/patch-acinclude_m4
Normal file
14
devel/smpeg/patches/patch-acinclude_m4
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- acinclude.m4.orig Wed Apr 18 18:06:08 2001
|
||||
+++ acinclude.m4 Wed Jun 27 18:29:43 2001
|
||||
@@ -614,8 +614,9 @@ AC_DEFUN(AC_TYPE_SOCKLEN_T,
|
||||
[AC_CACHE_CHECK([for socklen_t], ac_cv_type_socklen_t,
|
||||
[
|
||||
AC_TRY_COMPILE(
|
||||
- [#include <sys/socket.h>],
|
||||
- [socklen_t len = 42; return len;],
|
||||
+ [#include <sys/types.h>
|
||||
+ #include <sys/socket.h>],
|
||||
+ [socklen_t x;],
|
||||
ac_cv_type_socklen_t=yes,
|
||||
ac_cv_type_socklen_t=no)
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue