Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37907579
en ru br
ALT Linux repos
S:0.9.3-alt2

Group :: Video
RPM: cclive

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: cclive-0.9.3-gentoo-boost-ver-check.patch
Download


https://bugs.gentoo.org/548310
apply boost.m4 updates to fix building w/gcc-5
--- a/configure
+++ b/configure
@@ -17481,8 +17481,10 @@
 boost-lib-version = BOOST_LIB_VERSION
 _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  grep -v '#' |
   tr -d '\r' |
-  $SED -n -e "/^boost-lib-version = /{s///;s/\"//g;p;q;}" >conftest.i 2>&1; then :
+  tr -s '\n' ' ' |
+  $SED -n -e "/^boost-lib-version = /{s///;s/[\" ]//g;p;q;}" >conftest.i 2>&1; then :
   boost_cv_lib_version=`cat conftest.i`
 fi
 rm -rf conftest*
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin