From 197355f6284e8cd940b233b219d6c6e0fc8f2abd Mon Sep 17 00:00:00 2001 From: Lee Packham Date: Thu, 16 Sep 2010 11:18:36 +0100 Subject: TinyFugue (MOO/MUD client) Signed-off-by: Adam Vandenberg * Renamed from 'tf' * Was linkined to libnet in my Cellar, so added dep --- Library/Formula/tiny-fugue.rb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Library/Formula/tiny-fugue.rb (limited to 'Library/Formula') diff --git a/Library/Formula/tiny-fugue.rb b/Library/Formula/tiny-fugue.rb new file mode 100644 index 000000000..603b7b2f4 --- /dev/null +++ b/Library/Formula/tiny-fugue.rb @@ -0,0 +1,31 @@ +require 'formula' + +class TinyFugue DATA } + end + + def install + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make install" + end +end + +__END__ +--- tf-50b8/src/malloc.c 2007-01-13 23:12:39.000000000 +0000 ++++ tf-50b8a/src/malloc.c 2010-09-16 11:04:41.000000000 +0100 +@@ -11,6 +11,7 @@ + #include "port.h" + #include "signals.h" + #include "malloc.h" ++#include + + caddr_t mmalloc_base = NULL; + int low_memory_warning = 0; -- cgit v1.2.3