diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-09-26 21:50:25 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-09-26 21:50:25 +0000 |
commit | 34b340b5e2bf1b12d0ce069286b8dcacfe445ff2 (patch) | |
tree | a7b72c45b405e0b25cacd2b82331ad13619d3891 /x11-libs/Xaw3d | |
parent | Keywording for ppc. (diff) | |
download | gentoo-2-34b340b5e2bf1b12d0ce069286b8dcacfe445ff2.tar.gz gentoo-2-34b340b5e2bf1b12d0ce069286b8dcacfe445ff2.tar.bz2 gentoo-2-34b340b5e2bf1b12d0ce069286b8dcacfe445ff2.zip |
Respecting LDFLAGS , bug 209744
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-libs/Xaw3d')
-rw-r--r-- | x11-libs/Xaw3d/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/Xaw3d/ChangeLog b/x11-libs/Xaw3d/ChangeLog index 230fcc69cadb..b2b630cf9523 100644 --- a/x11-libs/Xaw3d/ChangeLog +++ b/x11-libs/Xaw3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/Xaw3d -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.26 2007/02/10 14:57:09 grobian Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/ChangeLog,v 1.27 2009/09/26 21:50:25 vostorga Exp $ + + 26 Sep 2009; Víctor Ostorga <vostorga@gentoo.org> Xaw3d-1.5-r1.ebuild: + Respecting LDFLAGS , bug 209744 10 Feb 2007; Fabian Groffen <grobian@gentoo.org> Xaw3d-1.5-r1.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild index b8190a5f90cf..aeeec072089b 100644 --- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild +++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.36 2009/05/05 07:34:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.37 2009/09/26 21:50:25 vostorga Exp $ # Ok, hopefully this will resolv the problem with the version of libXaw3d that # gets created. @@ -63,7 +63,8 @@ src_compile() { xmkmf || die make includes || die make depend || die - emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die + emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" \ + SHLIBGLOBALSFLAGS="${LDFLAGS}" || die } src_install() { |