aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bibtex2html.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/bibtex2html.rb b/Library/Formula/bibtex2html.rb
index bb051b816..67bc60bdc 100644
--- a/Library/Formula/bibtex2html.rb
+++ b/Library/Formula/bibtex2html.rb
@@ -8,6 +8,11 @@ class Bibtex2html < Formula
depends_on 'objective-caml'
def install
+ # See: https://trac.macports.org/ticket/26724
+ inreplace 'Makefile.in' do |s|
+ s.remove_make_var! 'STRLIB'
+ end
+
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make"
system "make install"