commit:     75e9a4b859d719f69fbda1138e87db624197f503
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 11:48:51 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 11:49:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e9a4b8

sci-mathematics/singular: fix CFLAGS/CXXFLAGS support, mostly.

This build system is a maze, but it turns out that we can fix most of
the C(XX)FLAGS problems simply by passing --disable-optimizationflags
to ./configure.

Closes: https://bugs.gentoo.org/777792
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/singular/singular-4.2.0_p3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-mathematics/singular/singular-4.2.0_p3.ebuild 
b/sci-mathematics/singular/singular-4.2.0_p3.ebuild
index df77bad38d5..2e0528d5512 100644
--- a/sci-mathematics/singular/singular-4.2.0_p3.ebuild
+++ b/sci-mathematics/singular/singular-4.2.0_p3.ebuild
@@ -57,6 +57,7 @@ src_configure() {
                --enable-libfac \
                --enable-IntegerProgramming \
                --disable-polymake \
+               --disable-optimizationflags \
                $(use_enable static-libs static) \
                $(use_enable emacs) \
                $(use_with readline)

Reply via email to