Skip to content

Commit 502c9ff

Browse files
authored
Merge pull request #216413 from Homebrew/minidjvu-linux-arm
minidjvu: regenerate configure for linux arm build
2 parents 066f72d + ac61a1c commit 502c9ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/m/minidjvu.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ def install
3838
inreplace "Makefile.in", "/usr/bin/gzip", Formula["gzip"].opt_bin/"gzip" unless OS.mac?
3939

4040
ENV.deparallelize
41-
# force detection of BSD mkdir
42-
system "autoreconf", "--force", "--install", "--verbose" if OS.mac?
41+
# force detection of BSD mkdir (macos)
42+
# outdated configure scripts fail to detect the correct build type (linux arm)
43+
system "autoreconf", "--force", "--install", "--verbose"
4344
system "./configure", *std_configure_args
4445
system "make"
4546
system "make", "install"

0 commit comments

Comments
 (0)