summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-15 21:48:08 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-15 21:48:08 +0000
commitf05aa7c69851cf676985fcd9d420524a9c0577c8 (patch)
treef3679203bf0c1efd6dc0909e1365104c43eb23c0 /eclass
parentFixed symlinks with USE_RUBY="0" when only one version of ruby is installed (diff)
downloadgentoo-2-f05aa7c69851cf676985fcd9d420524a9c0577c8.tar.gz
gentoo-2-f05aa7c69851cf676985fcd9d420524a9c0577c8.tar.bz2
gentoo-2-f05aa7c69851cf676985fcd9d420524a9c0577c8.zip
hppa needs pic
Diffstat (limited to 'eclass')
-rw-r--r--eclass/enlightenment.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
index 98128fda850b..20e4500b9671 100644
--- a/eclass/enlightenment.eclass
+++ b/eclass/enlightenment.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.4 2003/11/08 19:26:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.5 2003/11/15 21:48:08 vapier Exp $
#
# Author: vapier@gentoo.org
@@ -52,6 +52,7 @@ enlightenment_src_unpack() {
enlightenment_src_compile() {
use alpha && append-flags -fPIC
use ppc && append-flags -fPIC
+ use hppa && append-flags -fPIC
[ ! -z "${EHACKAUTOGEN}" ] && sed -i 's:.*configure.*::' autogen.sh
env \
PATH="${T}:${PATH}" \