Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
libvisio: fix boost linkage.
Browse files Browse the repository at this point in the history
Closes #45564.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
MikeMcQuaid committed Nov 3, 2015
1 parent 84be71c commit f5579e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/libvisio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class Libvisio < Formula
depends_on "librevenge"

def install
# Needed for Boost 1.59.0 compatibility.
ENV["LDFLAGS"] = "-lboost_system-mt"
system "./configure", "--without-docs",
"-disable-dependency-tracking",
"--enable-static=no",
Expand Down

0 comments on commit f5579e5

Please sign in to comment.