diff options
| author | Adam Vandenberg | 2013-10-09 22:20:10 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-09 22:20:10 -0700 |
| commit | fcb5e4b30a52ddc0cd27c036e9b24b2c6d3db73e (patch) | |
| tree | 321ba6c413664b21df32f7bf1c07453e6989ce83 /Library/Formula | |
| parent | 43b60815562fda2365312a8070021e835fc1c9d5 (diff) | |
| download | homebrew-fcb5e4b30a52ddc0cd27c036e9b24b2c6d3db73e.tar.bz2 | |
Redact ldid
Official shite is MIA.
Users of this software may be interested in a fork:
https://github.com/rpetrich/ldid
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ldid.rb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/Library/Formula/ldid.rb b/Library/Formula/ldid.rb deleted file mode 100644 index f7f30d983..000000000 --- a/Library/Formula/ldid.rb +++ /dev/null @@ -1,33 +0,0 @@ -require 'formula' - -class Ldid < Formula - homepage 'http://www.saurik.com/id/8' - url 'http://svn.telesphoreo.org/trunk/data/ldid/ldid-1.0.610.tgz', :using => :curl - sha1 '0254b29f913f7fd10ec9a6d8891d36805980f649' - - fails_with :clang do - build 425 - cause "util/ldid.cpp:574:36: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]" - end - - # Adds support for armv7 binaries - def patches; DATA; end - - def install - system "#{ENV.cxx} -I . -o util/ldid{,.cpp} -x c util/{lookup2,sha1}.c" - bin.install "util/ldid" - end -end - -__END__ -diff -ur ldid-1.0.610/util/ldid.cpp ldid-1.0.610-p/util/ldid.cpp ---- ldid-1.0.610/util/ldid.cpp 2009-05-20 14:33:45.000000000 +0800 -+++ ldid-1.0.610-gm/util/ldid.cpp 2011-10-14 16:58:56.000000000 +0800 -@@ -557,6 +557,7 @@ - case 12: switch (framework->cpusubtype) { - case 0: arch = "arm"; break; - case 6: arch = "armv6"; break; -+ case 9: arch = "armv7"; break; - default: arch = NULL; break; - } break; - |
