diff options
author | Guy Martin <gmsoft@gentoo.org> | 2007-12-28 11:40:40 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2007-12-28 11:40:40 +0000 |
commit | 9fe9eab722a0301a03036f97d2b67eec60c4ac0d (patch) | |
tree | e1771c3c37ab7f1748c00eb6a6c913fc968a5284 /net-nds/portmap/portmap-6.0.ebuild | |
parent | x86 stable, bug #203443 (diff) | |
download | historical-9fe9eab722a0301a03036f97d2b67eec60c4ac0d.tar.gz historical-9fe9eab722a0301a03036f97d2b67eec60c4ac0d.tar.bz2 historical-9fe9eab722a0301a03036f97d2b67eec60c4ac0d.zip |
Strip -fpie LDFLAGS when building on hppa since pie support is broken.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'net-nds/portmap/portmap-6.0.ebuild')
-rw-r--r-- | net-nds/portmap/portmap-6.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-nds/portmap/portmap-6.0.ebuild b/net-nds/portmap/portmap-6.0.ebuild index 946b29f43fb4..d57ba0d6d8c9 100644 --- a/net-nds/portmap/portmap-6.0.ebuild +++ b/net-nds/portmap/portmap-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/portmap-6.0.ebuild,v 1.10 2007/10/06 08:32:53 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/portmap-6.0.ebuild,v 1.11 2007/12/28 11:40:40 gmsoft Exp $ inherit eutils toolchain-funcs @@ -27,6 +27,8 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-tcpd.patch #178242 + + use hppa && sed -e '/LDFLAGS/s/^/#/' -i "${S}/Makefile" #190458 } src_compile() { |