From 1ba6d60abcaa02c8b3dbfbfde39db74cc5ee6ec5 Mon Sep 17 00:00:00 2001 From: Joshua Suggs Date: Wed, 21 Apr 2010 15:08:43 -0400 Subject: New formula for arping 2.09 Signed-off-by: Adam Vandenberg * Fix md5 --- Library/Formula/arping.rb | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Library/Formula/arping.rb (limited to 'Library/Formula') diff --git a/Library/Formula/arping.rb b/Library/Formula/arping.rb new file mode 100644 index 000000000..e6a02df7a --- /dev/null +++ b/Library/Formula/arping.rb @@ -0,0 +1,51 @@ +require 'formula' + +class Arping + #endif +-#include + + #if HAVE_NET_BPF_H + #include + #endif + ++#define PCAP_DONT_INCLUDE_PCAP_BPF_H ++#include ++ + #ifndef ETH_ALEN + #define ETH_ALEN 6 + #endif + -- cgit v1.2.3