Skip to content

Commit

Permalink
with-poll flag is passed to configure (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjensen authored Oct 31, 2024
1 parent e47b2b7 commit df3693f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def install
args << "--with-rsvg"
args << "--without-pop" if build.with? "mailutils"
args << "--with-xwidgets" if build.with? "xwidgets"
args << "--with-poll" if build.with? "poll"

system "./autogen.sh"

Expand Down Expand Up @@ -250,7 +251,6 @@ def install
(man1/"ctags.1").unlink
end
end
args << "--with-poll" if build.with? "poll"
end

def post_install
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def install
args << "--with-webp"
args << "--without-pop" if build.with? "mailutils"
args << "--with-xwidgets" if build.with? "xwidgets"
args << "--with-poll" if build.with? "poll"

system "./autogen.sh"

Expand Down Expand Up @@ -264,7 +265,6 @@ def install
(man1/"ctags.1").unlink
end
end
args << "--with-poll" if build.with? "poll"
end

def post_install
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def install
args << "--with-webp"
args << "--without-pop" if build.with? "mailutils"
args << "--with-xwidgets" if build.with? "xwidgets"
args << "--with-poll" if build.with? "poll"

system "./autogen.sh"

Expand Down Expand Up @@ -256,7 +257,6 @@ def install
(man1/"ctags.1").unlink
end
end
args << "--with-poll" if build.with? "poll"
end

def post_install
Expand Down

0 comments on commit df3693f

Please sign in to comment.