aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-17 12:32:17 -0700
committerAdam Vandenberg2012-03-17 12:32:17 -0700
commit77c61b891968c4515ce4b635687c4e6269f4e155 (patch)
treec23e998d9fe4ea1c18b9826edde3249089d581aa /Library/Formula
parent1c58a9c0c8063e040ff2c3281d668d81f78a310d (diff)
downloadhomebrew-77c61b891968c4515ce4b635687c4e6269f4e155.tar.bz2
libxmlsec1: add patch note
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libxmlsec1.rb9
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/libxmlsec1.rb b/Library/Formula/libxmlsec1.rb
index 0ac24afa5..618b0f2b5 100644
--- a/Library/Formula/libxmlsec1.rb
+++ b/Library/Formula/libxmlsec1.rb
@@ -1,17 +1,16 @@
require 'formula'
class Libxmlsec1 < Formula
- url 'http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.18.tar.gz'
homepage 'http://www.aleksey.com/xmlsec/'
+ url 'http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.18.tar.gz'
md5 '8694b4609aab647186607f79e1da7f1a'
depends_on 'pkg-config' => :build
- depends_on 'libxml2' #version on 10.6/10.7 is too old
+ depends_on 'libxml2' # Version on 10.6/10.7 is too old
depends_on 'gnutls' => :optional
- def patches
- DATA
- end
+ # Add HOMEBREW_PREFIX/lib to dl load path
+ def patches; DATA;end
def install
libxml2 = Formula.factory('libxml2')