diff options
| author | Jack Nagel | 2012-04-03 11:47:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-03 11:47:59 -0500 |
| commit | 3e2f7bc7f137bc7a89de927d43eb12fdd84bebec (patch) | |
| tree | 9b3393a5a81579c685a50e85b6c937ae61992ea4 /Library/Formula | |
| parent | 5f1e921856cc40b7287744813d50b6d739904058 (diff) | |
| download | homebrew-3e2f7bc7f137bc7a89de927d43eb12fdd84bebec.tar.bz2 | |
libxmlsec1: fix patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libxmlsec1.rb | 4 |
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, |
