Skip to content

Commit

Permalink
Remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ageeye committed May 6, 2022
1 parent fab7875 commit 84da3ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/freecad.rb
Expand Up @@ -75,7 +75,6 @@ def install
gccfra = Formula['gcc']
gcctxt = gccfra.lib.to_s + '/gcc/' + gccfra.version.to_s.split('.')[0]
inreplace cmakelist do |ln|
ln.gsub! 'python2.7', 'python3'
ln.gsub! '/usr/local', '${HOMEBREW_PREFIX}' # similar HOMEBREW_PREFIX.to_s
ln.gsub! 'Cellar/icu4c', 'Cellar/icu4c@70.1' # formula is renamed with version
ln.gsub! 'Cellar/nglib', 'Cellar/nglib@6.2.2105' # add version to lib
Expand Down

0 comments on commit 84da3ac

Please sign in to comment.