pdf2htmlex: upstream patch to fix build with latest poppler
Fixes Homebrew/homebrew#29279. Closes Homebrew/homebrew#29280.
This commit is contained in:
parent
8d62147192
commit
5f022a31cc
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ class Pdf2htmlex < Formula
|
|||
depends_on 'poppler'
|
||||
depends_on 'ttfautohint' => :recommended if MacOS.version > :snow_leopard
|
||||
|
||||
# Fix build with recent poppler
|
||||
patch do
|
||||
url "https://github.com/coolwanglu/pdf2htmlEX/commit/c0371a07a678bebf2e6991c94eb245ec1c3f95cf.diff"
|
||||
sha1 "5bbc19ff74955c2f81f858432f4f97c37a0dbc26"
|
||||
end
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue