Skip to content

Commit 5838c79

Browse files
jeroenchenrui333
authored andcommitted
pdftoipe: disable formula
1 parent 08373af commit 5838c79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Formula/p/pdftoipe.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ class Pdftoipe < Formula
1717
sha256 cellar: :any_skip_relocation, x86_64_linux: "8a3da5c3168fefc7e7899400b3a618b91072777ed35feed3b76a727a3d99964c"
1818
end
1919

20+
# Patches to build with newer poppler are ignored upstream
21+
# Ref: https://github.com/otfried/ipe-tools/pull/55
22+
disable! date: "2024-11-07", because: "does not build with latest poppler"
23+
2024
depends_on "pkg-config" => :build
2125
depends_on "poppler"
2226

0 commit comments

Comments
 (0)