diff options
| author | Jack Nagel | 2013-02-18 13:33:08 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-18 13:33:19 -0600 |
| commit | 23e4210689ee321041612d3d2f4c6b5da1e59a0a (patch) | |
| tree | 8670145cfdba4c63e3cd2ddf3e2ee1ea64f80289 /Library/Formula | |
| parent | 4defbbe9cbc61cae488be1710095b9cca579f16f (diff) | |
| download | homebrew-23e4210689ee321041612d3d2f4c6b5da1e59a0a.tar.bz2 | |
fossil: fix unsupported compiler flag when using clang
Fixes #17923.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fossil.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb index 9672a2821..17034cf77 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -8,6 +8,10 @@ class Fossil < Formula 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 system "./configure" system "make" |
