diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 22:33:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 22:33:38 +0000 |
commit | 2b08f50a06ae4095fd9057cdc34e5bec8c755f48 (patch) | |
tree | a293a179f8f3eef6760c1f9889ba81ac42a5c278 /net/boinc-client/files/extra-patch-lib-network.h | |
parent | - Replace pkg-comment with COMMENT to reflect latest (*sigh*) changes (diff) |
- Update to 4.67, now with GUI
Use WITHOUT_X11 to disable it if you don't want it
PR: ports/79348
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=133102
Diffstat (limited to 'net/boinc-client/files/extra-patch-lib-network.h')
-rw-r--r-- | net/boinc-client/files/extra-patch-lib-network.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/boinc-client/files/extra-patch-lib-network.h b/net/boinc-client/files/extra-patch-lib-network.h new file mode 100644 index 000000000000..618a136a2ab1 --- /dev/null +++ b/net/boinc-client/files/extra-patch-lib-network.h @@ -0,0 +1,11 @@ +--- lib/network.h.orig Mon Mar 7 16:19:09 2005 ++++ lib/network.h Sun Mar 20 22:35:20 2005 +@@ -25,7 +25,7 @@ + #define SHUT_WR SD_SEND + #elif defined( __APPLE__) + typedef int32_t socklen_t; +-#elif !defined(GETSOCKOPT_SOCKLEN_T) && !defined(_SOCKLEN_T_DECLARED) && !defined(socklen_t) ++#elif !defined(__FreeBSD__) + typedef size_t socklen_t; + #endif + |