diff options
Diffstat (limited to 'Library/Formula/povray.rb')
| -rw-r--r-- | Library/Formula/povray.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/povray.rb b/Library/Formula/povray.rb index bf397ccfa..0313605ff 100644 --- a/Library/Formula/povray.rb +++ b/Library/Formula/povray.rb @@ -41,7 +41,7 @@ class Povray < Formula inreplace [ 'VERSION', 'configure' ], '3.7.0.RC5', '3.7.0.RC6' # include the boost system library to resolve compilation conflicts - ENV["LIBS"] = "-lboost_system-mt" + ENV["LIBS"] = "-lboost_system-mt -lboost_thread-mt" args = [ "COMPILED_BY=homebrew", |
