diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ssss.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ssss.rb b/Library/Formula/ssss.rb index 6e3c8aed6..285d7db3a 100644 --- a/Library/Formula/ssss.rb +++ b/Library/Formula/ssss.rb @@ -11,7 +11,7 @@ class Ssss <Formula def install inreplace 'Makefile' do |s| # Compile with -DNOMLOCK to avoid warning on every run on OS X. - s.gsub! /\-W/, '-W -DNOMLOCK $(CFLAGS) $(LDFLAGS)' + s.gsub! /\-W /, '-W -DNOMLOCK $(CFLAGS) $(LDFLAGS)' s.change_make_var! "CC", ENV.cc end @@ -21,4 +21,4 @@ class Ssss <Formula man1.install %w{ ssss.1 } bin.install %w{ ssss-combine ssss-split } end -end
\ No newline at end of file +end |
