summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-03-16 08:21:18 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-03-16 08:21:18 +0000
commita5d6284aa93c0ed6b198d4746ae0231394a22ae3 (patch)
treea28ee0ca50acd2a33fe9c0263a475b2bf7084174 /eclass
parentProperly fix --as-needed bug. (diff)
downloadgentoo-2-a5d6284aa93c0ed6b198d4746ae0231394a22ae3.tar.gz
gentoo-2-a5d6284aa93c0ed6b198d4746ae0231394a22ae3.tar.bz2
gentoo-2-a5d6284aa93c0ed6b198d4746ae0231394a22ae3.zip
remove the fbsd special case for reduce-relocations now that the spec fix has reached qt 4.5.0
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt4-build.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index ac7adece258c..35ad778d2823 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
# Copyright 2007-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.27 2009/03/11 23:58:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.28 2009/03/16 08:21:18 aballier Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -226,8 +226,7 @@ standard_configure_options() {
-translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR}
-demosdir ${QTDEMOSDIR} -silent -fast
$([[ ${PN} == qt-xmlpatterns ]] || echo -no-exceptions)
- $(use x86-fbsd || echo -reduce-relocations)
- -nomake examples -nomake demos"
+ -reduce-relocations -nomake examples -nomake demos"
echo "${myconf}"
}