[packages/povray] - add boost-thread configure option as suggested by upstream

baggins baggins at pld-linux.org
Tue Apr 2 19:44:11 CEST 2013


commit c09ddb91ae2559eea0017978a0bc9f17b218057c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Apr 2 19:43:43 2013 +0200

    - add boost-thread configure option as suggested by upstream

 povray.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/povray.spec b/povray.spec
index a93dede..cb02582 100644
--- a/povray.spec
+++ b/povray.spec
@@ -112,6 +112,7 @@ COMPILED_BY="PLD/Linux Team";export COMPILED_BY;
 %if %{with x} && %{with pvm}
 %configure \
 	--libdir=%{_datadir} \
+	--with-boost-thread=boost_thread-mt \
 	--enable-pvm \
 	--with-pvm-arch=%{_pvmarch} \
 	--with-pvm-libs=%{_libdir}
@@ -124,6 +125,7 @@ install unix/povray x-pvmpov
 
 %configure \
 	--libdir=%{_datadir} \
+	--with-boost-thread=boost_thread-mt \
 	--enable-pvm \
 	--with-pvm-arch=%{_pvmarch} \
 	--with-pvm-libs=%{_libdir} \
@@ -134,7 +136,8 @@ install unix/povray pvmpov
 
 %if %{with x}
 %configure \
-	--libdir=%{_datadir}
+	--libdir=%{_datadir} \
+	--with-boost-thread=boost_thread-mt
 %{__make}
 install unix/povray x-povray
 %{__make} clean
@@ -142,6 +145,7 @@ install unix/povray x-povray
 
 %configure \
 	--libdir=%{_datadir} \
+	--with-boost-thread=boost_thread-mt \
 	--without-x
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/povray.git/commitdiff/c09ddb91ae2559eea0017978a0bc9f17b218057c



More information about the pld-cvs-commit mailing list