Skip to content

Commit

Permalink
librevenge: make boost build-only
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 18, 2024
1 parent 3b46e6d commit 0989c24
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/lib/librevenge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ class Librevenge < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "11fd00b1110acb46392ccc91a6fbb54261834a53e256e3d48d6c268e71d7c4b5"
end

depends_on "pkg-config" => :build
depends_on "boost"
depends_on "boost" => :build
depends_on "pkgconf" => :build

uses_from_macos "zlib"

def install
system "./configure", *std_configure_args,
"--without-docs",
"--enable-static=no",
system "./configure", "--without-docs",
"--disable-static",
"--disable-werror",
"--disable-tests"
"--disable-tests",
*std_configure_args
system "make", "install"
end

Expand Down

0 comments on commit 0989c24

Please sign in to comment.