xdelta fails with clang

master
Adam Vandenberg 2012-06-13 09:13:04 -07:00
parent d5c5edab52
commit fb6948856b
1 changed files with 6 additions and 1 deletions

View File

@ -1,10 +1,15 @@
require 'formula'
class Xdelta < Formula
url 'http://xdelta.googlecode.com/files/xdelta3.0.0.tar.gz'
homepage 'http://xdelta.org'
url 'http://xdelta.googlecode.com/files/xdelta3.0.0.tar.gz'
sha1 'c9e54fd8dbd9f2e77ead17be9d00e0b8af109024'
fails_with :clang do
build 318
cause "Undefined symbols for architecture x86_64: \"_xd3_source_eof\""
end
def install
system "make"
bin.install "xdelta3"