diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-28 13:36:02 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-28 13:36:02 +0000 |
commit | adafc0d9e7cf1c7ed09a7abdd9f03a1cc8964a0c (patch) | |
tree | 4954fbc97ffc408ed89e3bea567b10d58e0a421f /games/libggz/files | |
parent | df166a39f6cd7dfd001a899a5c47bf9686d759d2 (diff) |
Notes
Diffstat (limited to 'games/libggz/files')
-rw-r--r-- | games/libggz/files/patch-configure | 10 | ||||
-rw-r--r-- | games/libggz/files/patch-src-easysock.c | 10 |
2 files changed, 5 insertions, 15 deletions
diff --git a/games/libggz/files/patch-configure b/games/libggz/files/patch-configure deleted file mode 100644 index c8fef95280d2..000000000000 --- a/games/libggz/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.bak Mon Sep 26 03:48:50 2005 -+++ configure Fri Oct 7 13:01:38 2005 -@@ -20243,6 +20243,7 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ -+#include <sys/types.h> - #include <sys/socket.h> - int - main () diff --git a/games/libggz/files/patch-src-easysock.c b/games/libggz/files/patch-src-easysock.c index c6fe96017ae3..b3dbd7d08694 100644 --- a/games/libggz/files/patch-src-easysock.c +++ b/games/libggz/files/patch-src-easysock.c @@ -1,12 +1,12 @@ ---- src/easysock.c.orig Mon Sep 19 01:28:42 2005 -+++ src/easysock.c Fri Oct 7 12:45:11 2005 -@@ -49,8 +49,8 @@ +--- src/easysock.c.orig Fri Mar 17 01:35:39 2006 ++++ src/easysock.c Sun Apr 9 20:50:42 2006 +@@ -58,8 +58,8 @@ + #include <sys/socket.h> #include <sys/uio.h> #include <sys/un.h> - #include <sys/param.h> -#include <arpa/inet.h> #include <netinet/in.h> +#include <arpa/inet.h> #include <netdb.h> + #endif - #ifdef HAVE_WINSOCK2_H |