openbsd-ports/www/chromium/patches/patch-net_base_nss_memio_h
espie 5cb978edde cut the "monster patches" into small pieces. pval can fix it to his liking
if he comes back.
In the mean time, fix build of chromium by adding the required
-I/usr/local/includes to gyp glue where needed.
2010-12-13 09:51:45 +00:00

13 lines
589 B
Plaintext

$OpenBSD: patch-net_base_nss_memio_h,v 1.1 2010/12/13 09:51:46 espie Exp $
--- net/base/nss_memio.h.orig Tue Mar 30 07:28:07 2010
+++ net/base/nss_memio.h Sun Nov 28 00:11:27 2010
@@ -42,7 +42,7 @@ typedef struct memio_Private memio_Private;
PRFileDesc *memio_CreateIOLayer(int bufsize);
/* Must call before trying to make an ssl connection */
-void memio_SetPeerName(PRFileDesc *fd, const struct sockaddr *peername,
+void memio_SetPeerName(PRFileDesc *fd, const PRNetAddr *peername,
size_t peername_len);
/* Return a private pointer needed by the following