diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2010-08-26 19:07:17 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2010-08-26 19:07:17 +0000 |
commit | 3e99bc9c01add870e5ba1f9b4547b3c3b80d659e (patch) | |
tree | b6fd6b5088124a79608638e6987542573399ff7e /net-mail | |
parent | Stable on amd64 wrt bug #333949 (diff) | |
download | gentoo-2-3e99bc9c01add870e5ba1f9b4547b3c3b80d659e.tar.gz gentoo-2-3e99bc9c01add870e5ba1f9b4547b3c3b80d659e.tar.bz2 gentoo-2-3e99bc9c01add870e5ba1f9b4547b3c3b80d659e.zip |
Respects LDFLAGS now, see bug #331887.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/libdbx/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/libdbx/libdbx-1.0.3.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-mail/libdbx/ChangeLog b/net-mail/libdbx/ChangeLog index 5fc88fa965d0..23f6bae4ae16 100644 --- a/net-mail/libdbx/ChangeLog +++ b/net-mail/libdbx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/libdbx -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/ChangeLog,v 1.3 2006/09/20 07:04:01 phosphan Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/ChangeLog,v 1.4 2010/08/26 19:07:17 phosphan Exp $ + + 26 Aug 2010; Patrick Kursawe <phosphan@gentoo.org> libdbx-1.0.3.ebuild: + Respects LDFLAGS now, see bug #331887. 20 Sep 2006; Patrick Kursawe <phosphan@gentoo.org> +files/bad_c.patch, libdbx-1.0.3.ebuild: diff --git a/net-mail/libdbx/libdbx-1.0.3.ebuild b/net-mail/libdbx/libdbx-1.0.3.ebuild index 1cb3125f5e3f..fb2fa17a471a 100644 --- a/net-mail/libdbx/libdbx-1.0.3.ebuild +++ b/net-mail/libdbx/libdbx-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild,v 1.4 2006/09/20 07:04:01 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/libdbx-1.0.3.ebuild,v 1.5 2010/08/26 19:07:17 phosphan Exp $ inherit eutils @@ -24,9 +24,9 @@ S="${WORKDIR}/${MY_PN}_${PV}" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/bad_c.patch - sed -i -e 's/-g/$(CFLAGS)/' Makefile + cd "${S}" + epatch "${FILESDIR}/bad_c.patch" + sed -i -e 's/-g/$(CFLAGS) $(LDFLAGS)/' Makefile } src_compile() { |