diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/guile.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/guile.rb b/Library/Formula/guile.rb index 05f1350d2..00e07cefb 100644 --- a/Library/Formula/guile.rb +++ b/Library/Formula/guile.rb @@ -14,8 +14,6 @@ class Guile <Formula depends_on 'readline' def install - ENV['PKG_CONFIG_PATH'] = "#{HOMEBREW_PREFIX}/lib/pkgconfig" - system "./configure", "--prefix=#{prefix}", "--disable-debug", @@ -25,7 +23,7 @@ class Guile <Formula # /usr/lib to trump us, since it doesn't export # all the same symbols # --adamv - "--with-libreadline-prefix=#{HOMEBREW_PREFIX}" + "--with-libreadline-prefix=#{Formula.factory('readline').prefix}" system "make install" end end
\ No newline at end of file |
