aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xdelta.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/Library/Formula/xdelta.rb b/Library/Formula/xdelta.rb
index f02e642e1..f8f8ebc86 100644
--- a/Library/Formula/xdelta.rb
+++ b/Library/Formula/xdelta.rb
@@ -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"