diff options
| author | Misty De Meo | 2014-11-19 13:31:08 -0800 |
|---|---|---|
| committer | Misty De Meo | 2014-11-19 13:31:08 -0800 |
| commit | f8ff2b75819c302eb53c2933c58de7faac1b5f0a (patch) | |
| tree | fccfa9b8d9d512a14eefc8ef5897c404296a7320 /Library/Formula | |
| parent | 46788e77facdd434add8359f7de6c41e350df6df (diff) | |
| download | homebrew-f8ff2b75819c302eb53c2933c58de7faac1b5f0a.tar.bz2 | |
henplus: don't put /usr/local/lib in DYLD_LIBRARY_PATH
Fixes #34302.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/henplus.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/henplus.rb b/Library/Formula/henplus.rb index f86371068..afd011a5c 100644 --- a/Library/Formula/henplus.rb +++ b/Library/Formula/henplus.rb @@ -13,6 +13,7 @@ class Henplus < Formula inreplace 'bin/henplus' do |s| s.gsub! "LD_LIBRARY_PATH", "DYLD_LIBRARY_PATH" + s.change_make_var! "DYLD_LIBRARY_PATH", Formula["libreadline-java"].opt_lib s.gsub! "$THISDIR/..", HOMEBREW_PREFIX s.gsub! "share/java/libreadline-java.jar", "share/libreadline-java/libreadline-java.jar" |
