public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/videocut/files: 01-fix-hardened-ftbfs.diff
@ 2011-11-16 17:28 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2011-11-16 17:28 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/11/16 17:28:14

  Added:                01-fix-hardened-ftbfs.diff
  Log:
  non-maintainer commit: add missing dependency on x11-libs/qt-svg:4, fix building on hardened/with gcc-4.6 wrt #380439, drop redundant src_configure(), use qt4-r2.eclass
  
  (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-video/videocut/files/01-fix-hardened-ftbfs.diff

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/videocut/files/01-fix-hardened-ftbfs.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/videocut/files/01-fix-hardened-ftbfs.diff?rev=1.1&content-type=text/plain

Index: 01-fix-hardened-ftbfs.diff
===================================================================
# Fix FTBFS with enabled hardened flags and gcc-4.6 failure
# https://bugs.gentoo.org/show_bug.cgi?id=380439

--- a/src/TPreviewPanel/TPreviewPanel.cpp
+++ b/src/TPreviewPanel/TPreviewPanel.cpp
@@ -167,7 +167,9 @@
 
 void TPreviewPanel::adjustItems()
 {
-	backgroundRect->setSize(&QRectF(0, 0, 1, 1));
+	QRectF myRect(0, 0, 1, 1);
+	backgroundRect->setSize(&myRect);
+
 	logo->setSize(QRect(0, 0, 1, 1));
 	
 	// adjust meta text






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-16 17:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-16 17:28 [gentoo-commits] gentoo-x86 commit in media-video/videocut/files: 01-fix-hardened-ftbfs.diff Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox