]> git.pld-linux.org Git - packages/povray.git/commitdiff
- add boost-thread configure option as suggested by upstream
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 2 Apr 2013 17:43:43 +0000 (19:43 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 2 Apr 2013 17:43:43 +0000 (19:43 +0200)
povray.spec

index a93dede3402469201e33e7f74386699466103fdb..cb02582af1d9866f884cc7397ad2c305b2d6f8ff 100644 (file)
@@ -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}
 
This page took 0.172107 seconds and 4 git commands to generate.