Skip to content

Commit ac61a1c

Browse files
committed
minidjvu: regenerate configure for linux arm build
Signed-off-by: Rui Chen <[email protected]>
1 parent 6f39f92 commit ac61a1c

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)