povray: link to boost-thread

Fixes Homebrew/homebrew#18068.
Closes Homebrew/homebrew#18073.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Derek Thomas 2013-02-25 20:49:41 +09:00 committed by Jack Nagel
parent 312fb2b667
commit 24384dcaba
1 changed files with 1 additions and 1 deletions

View File

@ -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",