From 0f60046e66945e521bad114b50b2d07a363d7a74 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 2 Oct 2010 18:37:52 -0700 Subject: tiny-fugue - remove duplicate --- Library/Formula/tiny-fugue.rb | 23 ++++++++++++++--------- Library/Formula/tinyfugue.rb | 33 --------------------------------- 2 files changed, 14 insertions(+), 42 deletions(-) delete mode 100644 Library/Formula/tinyfugue.rb (limited to 'Library') diff --git a/Library/Formula/tiny-fugue.rb b/Library/Formula/tiny-fugue.rb index 603b7b2f4..7fedc9960 100644 --- a/Library/Formula/tiny-fugue.rb +++ b/Library/Formula/tiny-fugue.rb @@ -4,28 +4,33 @@ class TinyFugue DATA } + DATA end def install system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--enable-getaddrinfo", "--enable-termcap=ncurses", "--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 @@ +diff --git a/src/malloc.c b/src/malloc.c +index 03ca393..7282f02 100644 +--- a/src/malloc.c ++++ b/src/malloc.c +@@ -7,6 +7,7 @@ + ************************************************************************/ + static const char RCSid[] = "$Id: malloc.c,v 35004.22 2007/01/13 23:12:39 kkeys Exp $"; + ++#include "sys/types.h" + #include "tfconfig.h" #include "port.h" #include "signals.h" - #include "malloc.h" -+#include - - caddr_t mmalloc_base = NULL; - int low_memory_warning = 0; diff --git a/Library/Formula/tinyfugue.rb b/Library/Formula/tinyfugue.rb deleted file mode 100644 index ebb2cded9..000000000 --- a/Library/Formula/tinyfugue.rb +++ /dev/null @@ -1,33 +0,0 @@ -require 'formula' - -class Tinyfugue