diff options
Diffstat (limited to 'app-text/texlive-core/texlive-core-2024-r1.ebuild')
-rw-r--r-- | app-text/texlive-core/texlive-core-2024-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-text/texlive-core/texlive-core-2024-r1.ebuild b/app-text/texlive-core/texlive-core-2024-r1.ebuild index 53c5981cf91e..c8152c2d8d28 100644 --- a/app-text/texlive-core/texlive-core-2024-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2024-r1.ebuild @@ -245,6 +245,9 @@ src_configure() { append-flags -fno-strict-aliasing filter-lto + # bug #946142 + append-flags -std=gnu17 + # Needed for 32bit architectures, bug 928096 # This is upstream recommendation for the moment, see also # https://www.tug.org/texlive/build.html |