mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add LICENSE_FILE
- Regenerate patches
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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? */
|
||||
|
|
Loading…
Add table
Reference in a new issue