diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-12-15 08:21:59 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-12-15 08:21:59 +0000 |
commit | e2f3037d5fb155e8f3866a7f3be850d1b13d6730 (patch) | |
tree | 1bc1ecd983504c711d5ebc2079f04ab2c40484e5 /sci-libs/cqrlib/cqrlib-1.1.2.ebuild | |
parent | Fix LICENSE, bug 360501 comment #12. (diff) | |
download | historical-e2f3037d5fb155e8f3866a7f3be850d1b13d6730.tar.gz historical-e2f3037d5fb155e8f3866a7f3be850d1b13d6730.tar.bz2 historical-e2f3037d5fb155e8f3866a7f3be850d1b13d6730.zip |
Don't mix C/XX-FLAGS, #394759
Package-Manager: portage-2.2.0_alpha81/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/cqrlib/cqrlib-1.1.2.ebuild')
-rw-r--r-- | sci-libs/cqrlib/cqrlib-1.1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/cqrlib/cqrlib-1.1.2.ebuild b/sci-libs/cqrlib/cqrlib-1.1.2.ebuild index 944fe4fccd89..1174fb9470e9 100644 --- a/sci-libs/cqrlib/cqrlib-1.1.2.ebuild +++ b/sci-libs/cqrlib/cqrlib-1.1.2.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/sci-libs/cqrlib/cqrlib-1.1.2.ebuild,v 1.1 2011/12/13 15:02:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cqrlib/cqrlib-1.1.2.ebuild,v 1.2 2011/12/15 08:21:59 jlec Exp $ EAPI=4 @@ -34,6 +34,7 @@ src_compile() { CC=$(tc-getCC) \ CXX=$(tc-getCXX) \ CFLAGS="${CFLAGS}" \ + CPPFLAGS="${CXXFLAGS} -DCQR_NOCCODE=1" \ all } |