Skip to content

Commit

Permalink
isc-dhcp: fix rubocop warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed May 29, 2017
1 parent 199eeba commit 9e98efc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/isc-dhcp.rb
Expand Up @@ -38,9 +38,7 @@ def install
end

# See discussion at: https://gist.github.com/1157223
if MacOS.version >= :lion
ENV.append "CFLAGS", "-D__APPLE_USE_RFC_3542"
end
ENV.append "CFLAGS", "-D__APPLE_USE_RFC_3542" if MacOS.version >= :lion

system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
Expand Down

0 comments on commit 9e98efc

Please sign in to comment.