aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-11-07 10:59:07 -0800
committerAdam Vandenberg2010-11-07 10:59:07 -0800
commitd0da5adaad3b2de4dbf8a96d32dd6bef2759657a (patch)
treea4cd5a6aecd5fe8e3201979b80df8930c70bd70a
parent8c80a16736c7604b2470ed22334190f2102d0044 (diff)
downloadhomebrew-d0da5adaad3b2de4dbf8a96d32dd6bef2759657a.tar.bz2
yaf 1.3.1
-rw-r--r--Library/Formula/yaf.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/yaf.rb b/Library/Formula/yaf.rb
index 90d06b256..4b89203d7 100644
--- a/Library/Formula/yaf.rb
+++ b/Library/Formula/yaf.rb
@@ -1,15 +1,16 @@
require 'formula'
class Yaf <Formula
- url 'http://tools.netsa.cert.org/releases/yaf-1.0.0.2.tar.gz'
+ url 'http://tools.netsa.cert.org/releases/yaf-1.3.1.tar.gz'
homepage 'http://tools.netsa.cert.org/yaf/'
- md5 '3ea2dd554025ba9978c914386dd59d9c'
+ md5 'cf7602056d8eaa157f5a53f77d193761'
+ depends_on 'pkg-config' => :build
depends_on 'glib'
depends_on 'libfixbuf'
def install
- fails_with_llvm "Please see http://github.com/mxcl/homebrew/issues/issue/2215 for details."
+ fails_with_llvm "Undefined symbols during compile"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",