summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-09-23 09:24:08 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-09-23 09:24:08 +0000
commitd68e38f2c74041db510f844a9cf678fda5827b4f (patch)
tree96ad23e898972c211255a5ee7f1b6382b33b962a /app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild
parentremove old (diff)
downloadhistorical-d68e38f2c74041db510f844a9cf678fda5827b4f.tar.gz
historical-d68e38f2c74041db510f844a9cf678fda5827b4f.tar.bz2
historical-d68e38f2c74041db510f844a9cf678fda5827b4f.zip
specific LDFLAGS nolonger needed
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild')
-rw-r--r--app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild b/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild
index 561a791398ee..0c85c63ca74e 100644
--- a/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild
+++ b/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild,v 1.13 2006/09/23 01:50:32 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/quintuple-agent/quintuple-agent-1.0.3.ebuild,v 1.14 2006/09/23 09:24:08 dragonheart Exp $
inherit eutils
@@ -29,7 +29,7 @@ src_unpack() {
}
src_compile() {
- LDFLAGS='-Wl,-z,now' econf `use_enable nls` || die
+ econf $(use_enable nls) || die
emake || die
}