diff options
author | Andrey Grozin <grozin@gentoo.org> | 2011-08-27 07:10:47 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2011-08-27 07:10:47 +0000 |
commit | 8460af591369d50a62a4c124c2c114cc92bdcbc5 (patch) | |
tree | 3dfbd1822c6fe30641cb2b3c68ab2fb1525e2fe3 /media-gfx/asymptote | |
parent | Add zpaq (modified MIT) to the list of GPL-COMPATIBLE licenses. (diff) | |
download | gentoo-2-8460af591369d50a62a4c124c2c114cc92bdcbc5.tar.gz gentoo-2-8460af591369d50a62a4c124c2c114cc92bdcbc5.tar.bz2 gentoo-2-8460af591369d50a62a4c124c2c114cc92bdcbc5.zip |
Fix bug #380251
(Portage version: 2.2.0_alpha51/cvs/Linux i686)
Diffstat (limited to 'media-gfx/asymptote')
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-2.13.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index 30f8e4321180..170df689a8af 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.87 2011/06/20 18:11:24 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.88 2011/08/27 07:10:47 grozin Exp $ + + 27 Aug 2011; Andrey Grozin <grozin@gentoo.org> asymptote-2.13.ebuild: + Fix bug #380251 *asymptote-2.13 (20 Jun 2011) diff --git a/media-gfx/asymptote/asymptote-2.13.ebuild b/media-gfx/asymptote/asymptote-2.13.ebuild index 1f3b5dee0b33..0965b60b4130 100644 --- a/media-gfx/asymptote/asymptote-2.13.ebuild +++ b/media-gfx/asymptote/asymptote-2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.13.ebuild,v 1.1 2011/06/20 18:11:24 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.13.ebuild,v 1.2 2011/08/27 07:10:47 grozin Exp $ EAPI=3 SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="python? 2" @@ -52,6 +52,7 @@ src_configure() { # for the CPPFLAGS see # http://sourceforge.net/forum/forum.php?thread_id=1683277&forum_id=409349 econf CPPFLAGS=-DHAVE_SYS_TYPES_H \ + CFLAGS="${CXXFLAGS}" \ --disable-gc-debug \ $(use_enable boehm-gc gc system) \ $(use_enable fftw) \ |