Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 280925 | Differences between
and this patch

Collapse All | Expand All

(-)root.orig/configure (-1 / +1 lines)
Lines 2343-2349 Link Here
2343
	for j in $i/moc-qt${qtvers} $i/moc-qt${qtvers}.exe $i/moc $i/moc.exe ;
2343
	for j in $i/moc-qt${qtvers} $i/moc-qt${qtvers}.exe $i/moc $i/moc.exe ;
2344
	do
2344
	do
2345
	    if test -x $j ; then
2345
	    if test -x $j ; then
2346
          moc_vers=`$j -v >/dev/stdout 2>&1 | \
2346
          moc_vers=`$j -v >&1 2>&1 | \
2347
          sed -e 's/.*(Qt //' -e 's/\.[0-9]*\.[0-9][-0-9a-z]*)//'`
2347
          sed -e 's/.*(Qt //' -e 's/\.[0-9]*\.[0-9][-0-9a-z]*)//'`
2348
                if test ! "$moc_vers" = "$qtvers" ; then
2348
                if test ! "$moc_vers" = "$qtvers" ; then
2349
		    logmsg "$j: moc version ${moc_vers} does not match Qt version ${qtvers}"
2349
		    logmsg "$j: moc version ${moc_vers} does not match Qt version ${qtvers}"

Return to bug 280925