summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-03-16 21:50:08 +0000
committerNed Ludd <solar@gentoo.org>2004-03-16 21:50:08 +0000
commitda804f4f8d5da0081e34ea406dac353333f9419f (patch)
tree2055e3b1b28401ba239ef8fdb308992032fb1590 /sys-libs/ncurses/ncurses-5.4-r1.ebuild
parentbumps to PROVIDE virtual/dev-manager (Manifest recommit) (diff)
downloadgentoo-2-da804f4f8d5da0081e34ea406dac353333f9419f.tar.gz
gentoo-2-da804f4f8d5da0081e34ea406dac353333f9419f.tar.bz2
gentoo-2-da804f4f8d5da0081e34ea406dac353333f9419f.zip
new filter-ldflags function in flag-o-matic allows us to filter exactly what we need here which is -pie.. So lets use that function vs all of filter-flags and all it's glory
Diffstat (limited to 'sys-libs/ncurses/ncurses-5.4-r1.ebuild')
-rw-r--r--sys-libs/ncurses/ncurses-5.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/ncurses/ncurses-5.4-r1.ebuild b/sys-libs/ncurses/ncurses-5.4-r1.ebuild
index 97d95187e8d3..9f470650a677 100644
--- a/sys-libs/ncurses/ncurses-5.4-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-5.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r1.ebuild,v 1.4 2004/03/16 03:23:25 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.4-r1.ebuild,v 1.5 2004/03/16 21:50:08 solar Exp $
inherit eutils flag-o-matic 64-bit gnuconfig
filter-flags -fno-exceptions
@@ -33,7 +33,7 @@ src_compile() {
# Shared objects are compiled properly with -fPIC, but
# standard libs also require this.
64-bit && append-flags -fPIC
- filter-flags -pie
+ filter-ldflags -pie
# Detect mips systems
use mips && gnuconfig_update