From b4a4e86542f7d7ec3f6ba0543b80612f4faa8460 Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Tue, 3 Jan 2006 12:12:06 +0000 Subject: Add a patch which fixes qt build in -debug-and-release mode, from Trolltech (bug #117127) (Portage version: 2.1_pre3-r1) --- x11-libs/qt/qt-3.3.4-r8.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'x11-libs/qt/qt-3.3.4-r8.ebuild') diff --git a/x11-libs/qt/qt-3.3.4-r8.ebuild b/x11-libs/qt/qt-3.3.4-r8.ebuild index 81379ed7a490..ff49b1d22272 100644 --- a/x11-libs/qt/qt-3.3.4-r8.ebuild +++ b/x11-libs/qt/qt-3.3.4-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.4-r8.ebuild,v 1.11 2005/12/14 05:54:01 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.4-r8.ebuild,v 1.12 2006/01/03 12:12:06 caleb Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -195,6 +195,11 @@ src_compile() { ../../bin/qmake emake + # Make the qembed utility (not made by default) + cd ${S}/tools/qembed + ../../bin/qmake + emake + } src_install() { @@ -202,6 +207,7 @@ src_install() { into ${QTBASE} dobin bin/* dobin tools/msg2qm/msg2qm + dobin tools/qembed/qembed # libraries if use ppc-macos; then -- cgit v1.2.3-65-gdbad