Skip to content

Commit a459833

Browse files
committed
libpng: use std_configure_args
1 parent 956448a commit a459833

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Formula/lib/libpng.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ class Libpng < Formula
3131
uses_from_macos "zlib"
3232

3333
def install
34-
system "./configure", "--disable-dependency-tracking",
35-
"--disable-silent-rules",
36-
"--prefix=#{prefix}"
34+
system "./configure", "--disable-silent-rules", *std_configure_args
3735
system "make"
3836
system "make", "test"
3937
system "make", "install"

0 commit comments

Comments
 (0)