diff options
| author | Jack Nagel | 2014-03-19 12:07:56 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:19 -0500 |
| commit | 574fe865ebdd815b3d0b238a30311c56a4c42c18 (patch) | |
| tree | db097e5569b0c02dd7199bff1661e5277f092c17 /Library/Formula | |
| parent | 5d0728010a793f7d77fffbca385cf0c6295a711f (diff) | |
| download | homebrew-574fe865ebdd815b3d0b238a30311c56a4c42c18.tar.bz2 | |
libxmlsec1: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libxmlsec1.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libxmlsec1.rb b/Library/Formula/libxmlsec1.rb index 3c1d0619f..4f4aa7caa 100644 --- a/Library/Formula/libxmlsec1.rb +++ b/Library/Formula/libxmlsec1.rb @@ -12,7 +12,7 @@ class Libxmlsec1 < Formula depends_on 'libgcrypt' if build.with? 'gnutls' # Add HOMEBREW_PREFIX/lib to dl load path - def patches; DATA; end + patch :DATA def install system "./configure", "--disable-dependency-tracking", |
