Skip to content

Commit

Permalink
with-poll flag is passed to configure
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjensen committed Oct 30, 2024
1 parent d686421 commit ada892b
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 @@ -220,6 +220,7 @@ def install
args << "--without-x"
end
args << "--without-ns"
args << "--with-poll" if build.with? "poll"

system "./configure", *args

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 @@ -234,6 +234,7 @@ def install
args << "--without-x"
end
args << "--without-ns"
args << "--with-poll" if build.with? "poll"

system "./configure", *args

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 @@ -226,6 +226,7 @@ def install
args << "--without-x"
end
args << "--without-ns"
args << "--with-poll" if build.with? "poll"

system "./configure", *args

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 ada892b

Please sign in to comment.