From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-analyzer/ssmping/files/ssmping-0.9-build.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 net-analyzer/ssmping/files/ssmping-0.9-build.patch (limited to 'net-analyzer/ssmping/files') diff --git a/net-analyzer/ssmping/files/ssmping-0.9-build.patch b/net-analyzer/ssmping/files/ssmping-0.9-build.patch new file mode 100644 index 000000000000..586819ca0dd5 --- /dev/null +++ b/net-analyzer/ssmping/files/ssmping-0.9-build.patch @@ -0,0 +1,23 @@ +fixup build errors/warnings + +http://bugs.gentoo.org/240750 + +--- a/Makefile ++++ b/Makefile +@@ -1,4 +1,5 @@ + PREFIX ?= /usr/local ++CPPFLAGS += -D_GNU_SOURCE + + all: ssmping asmping ssmpingd mcfirst + +--- a/ssmping.c ++++ b/ssmping.c +@@ -22,7 +22,7 @@ + uint16_t size; + uint32_t intface; + struct sockaddr_storage name, ucaddr, mcaddr, grpaddr; +- size_t namelen; ++ socklen_t namelen; + #ifdef WIN32 + WORD wVersionRequested; + WSADATA wsaData; -- cgit v1.2.3