Skip to content

Commit f3bdbea

Browse files
authored
Merge pull request Homebrew#182578 from Homebrew/zxcc-license
zxcc: update license and use std_configure_args
2 parents ee5ff88 + ef7fcf4 commit f3bdbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/z/zxcc.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Zxcc < Formula
33
homepage "https://www.seasip.info/Unix/Zxcc/"
44
url "https://www.seasip.info/Unix/Zxcc/zxcc-0.5.7.tar.gz"
55
sha256 "6095119a31a610de84ff8f049d17421dd912c6fd2df18373e5f0a3bc796eb4bf"
6-
license "GPL-2.0-or-later"
6+
license all_of: ["GPL-2.0-or-later", "LGPL-2.0-or-later"]
77

88
livecheck do
99
url :homepage
@@ -30,7 +30,7 @@ class Zxcc < Formula
3030
uses_from_macos "ncurses"
3131

3232
def install
33-
system "./configure", "--prefix=#{prefix}"
33+
system "./configure", *std_configure_args
3434
system "make"
3535
system "make", "install"
3636
end

0 commit comments

Comments
 (0)