fossil: fix unsupported compiler flag when using clang
Fixes Homebrew/homebrew#17923.
This commit is contained in:
parent
9d1cf3a380
commit
1faf0e36d6
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ class Fossil < Formula
|
||||||
|
|
||||||
head 'fossil://http://www.fossil-scm.org/'
|
head 'fossil://http://www.fossil-scm.org/'
|
||||||
|
|
||||||
|
def patches
|
||||||
|
{ :p0 => "https://trac.macports.org/export/103209/trunk/dports/devel/fossil/files/patch-autosetup-cc.tcl_gstab_option_is_gcc_only.diff" }
|
||||||
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure"
|
system "./configure"
|
||||||
system "make"
|
system "make"
|
||||||
|
|
Loading…
Reference in a new issue