commit: 679069df19270514a2077ec536a3657595d803fb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 02:27:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 17 02:27:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679069df
app-text/opensp: filter-lto too
Very brittle package and a lot of serious warnings.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/opensp/opensp-1.5.2-r10.ebuild | 1 +
app-text/opensp/opensp-1.5.2-r9.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/app-text/opensp/opensp-1.5.2-r10.ebuild
b/app-text/opensp/opensp-1.5.2-r10.ebuild
index 22fb797e09ad..191777fa42df 100644
--- a/app-text/opensp/opensp-1.5.2-r10.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r10.ebuild
@@ -50,6 +50,7 @@ src_configure() {
# docbook-sgml-utils among other things.
#ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march"
strip-flags
+ filter-lto
append-cxxflags -std=gnu++11
diff --git a/app-text/opensp/opensp-1.5.2-r9.ebuild
b/app-text/opensp/opensp-1.5.2-r9.ebuild
index 590eb1123559..b469e4f33ac6 100644
--- a/app-text/opensp/opensp-1.5.2-r9.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r9.ebuild
@@ -49,6 +49,7 @@ src_configure() {
# docbook-sgml-utils among other things.
#ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march"
strip-flags
+ filter-lto
append-cxxflags -std=gnu++11