summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-24 08:39:31 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-24 08:39:31 +0000
commite8991b6dc1763110e1a04517738e81cb60c21d7f (patch)
tree0f999c5a0ecc3e4cf6070f8d2c51ccdf30c3f1dd /eclass/kde.eclass
parentremoving old init scripts (diff)
downloadgentoo-2-e8991b6dc1763110e1a04517738e81cb60c21d7f.tar.gz
gentoo-2-e8991b6dc1763110e1a04517738e81cb60c21d7f.tar.bz2
gentoo-2-e8991b6dc1763110e1a04517738e81cb60c21d7f.zip
Disable PIE support in FreeBSD, as there it does not work, fixes kde not starting at all.
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r--eclass/kde.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 929e143f0122..8c983899e1e2 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.182 2006/10/14 10:59:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.183 2006/10/24 08:39:31 flameeyes Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -315,6 +315,9 @@ EOF
einfo "Removing the dummy ltconfig file."
rm "${KDE_S}/admin/ltconfig"
fi
+
+ use elibc_FreeBSD && myconf="${myconf} --disable-pie"
+
elibtoolize
econf \
${myconf} \