pdfpc: fix build

Closes #48612.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
FX Coudert 2020-01-06 23:52:23 +01:00
parent 71aa91d0b1
commit 42edeb8734

View file

@ -19,6 +19,13 @@ class Pdfpc < Formula
depends_on "librsvg" depends_on "librsvg"
depends_on "poppler" depends_on "poppler"
# Build with recent vala, remove in next release
# https://github.com/pdfpc/pdfpc/pull/446
patch do
url "https://github.com/pdfpc/pdfpc/commit/afd0fc83.diff?full_index=1"
sha256 "8f2769696229393fe179b637f261fcf47128f4dd8026446d74e65483f1dbea36"
end
def install def install
system "cmake", ".", "-DMOVIES=on", *std_cmake_args system "cmake", ".", "-DMOVIES=on", *std_cmake_args
system "make", "install" system "make", "install"