homebrew-core/Formula/bsdiff.rb

32 lines
657 B
Ruby
Raw Normal View History

2010-07-15 11:22:15 +00:00
require 'formula'
2011-03-10 05:11:03 +00:00
class Bsdiff < Formula
2010-07-15 11:22:15 +00:00
homepage 'http://www.daemonology.net/bsdiff'
2012-07-10 16:56:33 +00:00
url 'http://www.daemonology.net/bsdiff/bsdiff-4.3.tar.gz'
sha1 '0c0a89d604fc55ef2b5e69cd18372b2972edd8b8'
2010-07-15 11:22:15 +00:00
2012-07-10 16:56:33 +00:00
depends_on :bsdmake
2014-03-18 03:44:54 +00:00
patch :DATA
2010-07-15 11:22:15 +00:00
def install
system "bsdmake"
bin.install "bsdiff"
man1.install "bsdiff.1"
2010-07-15 11:22:15 +00:00
end
end
__END__
diff --git a/bspatch.c b/bspatch.c
index 643c60b..543379c 100644
--- a/bspatch.c
+++ b/bspatch.c
@@ -28,6 +28,7 @@
__FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.1 2005/08/06 01:59:06 cperciva Exp $");
#endif
+#include <sys/types.h>
#include <bzlib.h>
#include <stdlib.h>
#include <stdio.h>