diff options
| author | Jack Nagel | 2011-10-28 16:01:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-10-28 16:04:36 -0500 |
| commit | 915555b72cd21696136ef959a2d0ac31e0157186 (patch) | |
| tree | aabe549ba5a3cf3fa70f0ba6da1f35ec6a5f2690 /Library/Formula | |
| parent | 842d0af74c938db0f0123c79914c30ef704f1a5d (diff) | |
| download | homebrew-915555b72cd21696136ef959a2d0ac31e0157186.tar.bz2 | |
Revert "New Formula: TinyFugue"
This is already in Homebrew, as "tiny-fugue". I added an alias.
This reverts commit 4d427c013ba5d790064dceff5b8c577259405fb6.
Closes #8331.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tinyfugue.rb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Library/Formula/tinyfugue.rb b/Library/Formula/tinyfugue.rb deleted file mode 100644 index 21623b251..000000000 --- a/Library/Formula/tinyfugue.rb +++ /dev/null @@ -1,29 +0,0 @@ -require 'formula' - -class Tinyfugue < Formula - url 'http://downloads.sourceforge.net/project/tinyfugue/tinyfugue/5.0%20beta%208/tf-50b8.tar.gz' - homepage 'http://tinyfugue.sourceforge.net/' - sha1 '37bb70bfb7b44d36c28606c6bd45e435502fb4b4' - version '5.0beta8' - - def patches - DATA - end - - def install - system "./configure" - system "make install" - end -end - -__END__ -diff -ur tf-50b8.orig/src/malloc.c tf-50b8/src/malloc.c ---- tf-50b8.orig/src/malloc.c 2011-09-23 15:25:23.000000000 -0700 -+++ tf-50b8/src/malloc.c 2011-09-23 15:25:43.000000000 -0700 -@@ -12,7 +12,6 @@ - #include "signals.h" - #include "malloc.h" - --caddr_t mmalloc_base = NULL; - int low_memory_warning = 0; - static char *reserve = NULL; |
