diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-05 19:38:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-05 19:38:54 +0000 |
commit | beca322723816f0c58b602bf97c5fa45e7788885 (patch) | |
tree | 0da60ec7e25a7e0f154ed28f04fe9af125c64f10 /net-p2p/gnunet | |
parent | 41686d8d65860cf6fb6dea1f33dd38c1d24d32aa (diff) | |
download | ports-beca322723816f0c58b602bf97c5fa45e7788885.tar.gz ports-beca322723816f0c58b602bf97c5fa45e7788885.zip |
Notes
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r-- | net-p2p/gnunet/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/gnunet/files/patch-src_include_platform.h | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 50b9d70b7d3c..aee271e4031c 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/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-p2p/gnunet/files/patch-src_include_platform.h b/net-p2p/gnunet/files/patch-src_include_platform.h new file mode 100644 index 000000000000..5896b4a92d15 --- /dev/null +++ b/net-p2p/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> |