aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/gnunet/files
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-01-05 07:14:16 +0800
committermiwi <miwi@FreeBSD.org>2010-01-05 07:14:16 +0800
commit73cd9da2c3620a58acbfe06804d41e0fc3f8128b (patch)
tree344c3ecd24db6e304101fc247ae4089a1ac58b56 /net-p2p/gnunet/files
parentf1cd84a2ca0659c6608fdabc38a5bd7fdd9ec98f (diff)
downloadfreebsd-ports-gnome-73cd9da2c3620a58acbfe06804d41e0fc3f8128b.tar.gz
freebsd-ports-gnome-73cd9da2c3620a58acbfe06804d41e0fc3f8128b.tar.zst
freebsd-ports-gnome-73cd9da2c3620a58acbfe06804d41e0fc3f8128b.zip
- Update to 0.8.1
PR: 142315 Submitted by: Ports Fury
Diffstat (limited to 'net-p2p/gnunet/files')
-rw-r--r--net-p2p/gnunet/files/patch-src__include__platform.h10
-rw-r--r--net-p2p/gnunet/files/patch-src__util__boot__lib_argz.c10
2 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/gnunet/files/patch-src__include__platform.h b/net-p2p/gnunet/files/patch-src__include__platform.h
new file mode 100644
index 000000000000..f10dbcd587bf
--- /dev/null
+++ b/net-p2p/gnunet/files/patch-src__include__platform.h
@@ -0,0 +1,10 @@
+--- src/include/platform.h.orig 2009-10-01 07:11:14.000000000 +0900
++++ src/include/platform.h 2010-01-05 00:27:09.000000000 +0900
+@@ -189,6 +189,7 @@
+ #endif
+
+ #ifdef FREEBSD
++typedef int error_t;
+ #define __BYTE_ORDER BYTE_ORDER
+ #define __BIG_ENDIAN BIG_ENDIAN
+ #endif
diff --git a/net-p2p/gnunet/files/patch-src__util__boot__lib_argz.c b/net-p2p/gnunet/files/patch-src__util__boot__lib_argz.c
new file mode 100644
index 000000000000..c8b7914e1ddb
--- /dev/null
+++ b/net-p2p/gnunet/files/patch-src__util__boot__lib_argz.c
@@ -0,0 +1,10 @@
+--- src/util/boot/lib_argz.c.orig 2009-11-17 03:51:38.000000000 +0900
++++ src/util/boot/lib_argz.c 2010-01-05 00:27:35.000000000 +0900
+@@ -16,6 +16,7 @@
+ with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+
++#include "platform.h"
+ #include <errno.h>
+ #include <stdlib.h>
+ #include <string.h>