aboutsummaryrefslogtreecommitdiff
path: root/net/gnunet
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-11-05 19:38:54 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-11-05 19:38:54 +0000
commitbeca322723816f0c58b602bf97c5fa45e7788885 (patch)
tree0da60ec7e25a7e0f154ed28f04fe9af125c64f10 /net/gnunet
parent41686d8d65860cf6fb6dea1f33dd38c1d24d32aa (diff)
downloadports-beca322723816f0c58b602bf97c5fa45e7788885.tar.gz
ports-beca322723816f0c58b602bf97c5fa45e7788885.zip
Notes
Diffstat (limited to 'net/gnunet')
-rw-r--r--net/gnunet/Makefile4
-rw-r--r--net/gnunet/files/patch-src_include_platform.h10
2 files changed, 10 insertions, 4 deletions
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile
index 50b9d70b7d3c..aee271e4031c 100644
--- a/net/gnunet/Makefile
+++ b/net/gnunet/Makefile
@@ -105,10 +105,6 @@ MAN5= gnunet.conf.5
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700000
-BROKEN= "Does not compile on FreeBSD >= 7.0"
-.endif
-
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "You can build GNUnet with the following options:"
diff --git a/net/gnunet/files/patch-src_include_platform.h b/net/gnunet/files/patch-src_include_platform.h
new file mode 100644
index 000000000000..5896b4a92d15
--- /dev/null
+++ b/net/gnunet/files/patch-src_include_platform.h
@@ -0,0 +1,10 @@
+--- src/include/platform.h.orig Sat Nov 5 20:32:56 2005
++++ src/include/platform.h Sat Nov 5 20:33:19 2005
+@@ -57,6 +57,7 @@
+ #include <Winsock2.h>
+ #else
+ #ifndef MINGW
++ #include <sys/types.h>
+ #include <netdb.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>