diff options
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", |
