Skip to content

Commit 4493669

Browse files
committed
vips: migrate to pkgconf
1 parent 390fd96 commit 4493669

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Formula/v/vips.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Vips < Formula
2222
depends_on "gobject-introspection" => :build
2323
depends_on "meson" => :build
2424
depends_on "ninja" => :build
25-
depends_on "pkg-config" => [:build, :test]
25+
depends_on "pkgconf" => [:build, :test]
2626
depends_on "cairo"
2727
depends_on "cfitsio"
2828
depends_on "cgif"
@@ -54,8 +54,6 @@ class Vips < Formula
5454
uses_from_macos "expat"
5555
uses_from_macos "zlib"
5656

57-
fails_with gcc: "5"
58-
5957
def install
6058
# mozjpeg needs to appear before libjpeg, otherwise it's not used
6159
ENV.prepend_path "PKG_CONFIG_PATH", Formula["mozjpeg"].opt_lib/"pkgconfig"

0 commit comments

Comments
 (0)