diff options
| author | Ruben Fonseca | 2013-12-26 23:44:43 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-27 10:04:10 +0000 |
| commit | e2a6d92fea9f28f0c6cc52ef396bd6f0e709b845 (patch) | |
| tree | 9ce4fc61c1b6e0e478ea060024e82321b3dee5bd /Library/Formula | |
| parent | e126ec926b38ccfcc7c46d3ba32b85afd1ba63d2 (diff) | |
| download | homebrew-e2a6d92fea9f28f0c6cc52ef396bd6f0e709b845.tar.bz2 | |
tnef 1.4.10
Closes #25479.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tnef.rb | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/Library/Formula/tnef.rb b/Library/Formula/tnef.rb index 9583973e5..715fcdd4c 100644 --- a/Library/Formula/tnef.rb +++ b/Library/Formula/tnef.rb @@ -2,30 +2,11 @@ require 'formula' class Tnef < Formula homepage 'http://sourceforge.net/projects/tnef/' - url 'http://downloads.sourceforge.net/project/tnef/tnef/tnef-1.4.9.tar.gz' - sha1 'd42ccbe3d41e797fb4133f2e01120680101e8782' - - # LLVM gets confused without a function prototype - def patches; DATA; end + url 'http://downloads.sourceforge.net/project/tnef/tnef/tnef-1.4.10.tar.gz' + sha1 'c765d3d197f051f46fbe004e1ec9065f69734366' def install system "./configure", "--prefix=#{prefix}" system "make install" end end - -__END__ -diff --git a/src/tnef.c b/src/tnef.c -index 1cb46d1..86aa214 100644 ---- a/src/tnef.c -+++ b/src/tnef.c -@@ -57,6 +57,9 @@ typedef enum - RTF = 'r' - } MessageBodyTypes; - -+// Quick fix for compiling on MacOSX 10.8 -+void free_bodies(VarLenData **bodies, int len); -+ - /* Reads and decodes a object from the stream */ - - static Attr* |
