aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxmlsec1.rb
diff options
context:
space:
mode:
authorJack Nagel2012-04-03 11:47:00 -0500
committerJack Nagel2012-04-03 11:47:59 -0500
commit3e2f7bc7f137bc7a89de927d43eb12fdd84bebec (patch)
tree9b3393a5a81579c685a50e85b6c937ae61992ea4 /Library/Formula/libxmlsec1.rb
parent5f1e921856cc40b7287744813d50b6d739904058 (diff)
downloadhomebrew-3e2f7bc7f137bc7a89de927d43eb12fdd84bebec.tar.bz2
libxmlsec1: fix patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libxmlsec1.rb')
-rw-r--r--Library/Formula/libxmlsec1.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libxmlsec1.rb b/Library/Formula/libxmlsec1.rb
index 618b0f2b5..89ddf1300 100644
--- a/Library/Formula/libxmlsec1.rb
+++ b/Library/Formula/libxmlsec1.rb
@@ -10,7 +10,7 @@ class Libxmlsec1 < Formula
depends_on 'gnutls' => :optional
# Add HOMEBREW_PREFIX/lib to dl load path
- def patches; DATA;end
+ def patches; DATA; end
def install
libxml2 = Formula.factory('libxml2')
@@ -32,7 +32,7 @@ index 6e8a56a..0e7f06b 100644
}
#ifdef XMLSEC_DL_LIBLTDL
-+ lt_dlsearchpath("HOMEBREW_PREFIX/lib");
++ lt_dlsetsearchpath("HOMEBREW_PREFIX/lib");
lib->handle = lt_dlopenext((char*)lib->filename);
if(lib->handle == NULL) {
xmlSecError(XMLSEC_ERRORS_HERE,