- Add LICENSE_FILE

- Regenerate patches
This commit is contained in:
Dmitry Marakasov 2017-02-27 12:38:47 +00:00
parent 2d619bb69d
commit 56cc2eba0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434925
2 changed files with 6 additions and 5 deletions

View file

@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Small sample cross-platform networking library
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View file

@ -1,8 +1,8 @@
--- SDLnetsys.h.orig Sun Jul 2 02:28:47 2000
+++ SDLnetsys.h Wed Sep 20 18:42:27 2000
@@ -41,6 +41,11 @@
#include <unistd.h>
--- SDLnetsys.h.orig 2012-01-15 16:20:10 UTC
+++ SDLnetsys.h
@@ -54,6 +54,11 @@ typedef int socklen_t;
#include <fcntl.h>
#include <netinet/in.h>
#ifndef __BEOS__
+#ifdef __FreeBSD__
+#include <sys/types.h>
@ -11,4 +11,4 @@
+#endif /* FreeBSD */
#include <arpa/inet.h>
#endif
#include <netinet/in.h>
#ifdef linux /* FIXME: what other platforms have this? */