diff options
Diffstat (limited to 'games/xblast-beta')
-rw-r--r-- | games/xblast-beta/Makefile | 2 | ||||
-rw-r--r-- | games/xblast-beta/files/patch-ae | 17 |
2 files changed, 18 insertions, 1 deletions
diff --git a/games/xblast-beta/Makefile b/games/xblast-beta/Makefile index 50b2632..e16341e 100644 --- a/games/xblast-beta/Makefile +++ b/games/xblast-beta/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xblast-beta -PORTVERSION= 2.7.34 +PORTVERSION= 2.7.35 CATEGORIES= games MASTER_SITES= http://www.ndh.net/home/m.vogel/tnt/ \ ${MASTER_SITE_SUNSITE} diff --git a/games/xblast-beta/files/patch-ae b/games/xblast-beta/files/patch-ae new file mode 100644 index 0000000..5e1632e --- /dev/null +++ b/games/xblast-beta/files/patch-ae @@ -0,0 +1,17 @@ +--- x11_common.h Sun Jun 10 00:43:32 2001 ++++ ../../x11_common.h Thu Jun 14 00:23:37 2001 +@@ -32,12 +32,13 @@ + #include <X11/Intrinsic.h> + + #include <unistd.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <sys/wait.h> + #include <sys/fcntl.h> + #include <netdb.h> +-#include <netinet/in.h> + #include <signal.h> ++#include <sys/socket.h> + #include <net/if.h> + #include <sys/ioctl.h> + |