freebsd-ports/games/netrek-client-cow/files/patch-parsemeta.c
Michael Scheidell 7e0f35aa09 - Install binary in ../bin and not ../games
- Bump PORTREVISION

PR:		ports/167808
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2012-05-12 09:35:32 +00:00

10 lines
256 B
C

--- ./parsemeta.c.orig 2011-10-18 05:35:34.000000000 -0500
+++ ./parsemeta.c 2012-04-27 15:57:56.000000000 -0500
@@ -20,6 +20,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <errno.h>
+#include <signal.h>
#include "Wlib.h"
#include "defs.h"