summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/Manifest.gzbin48932 -> 48932 bytes
-rw-r--r--app-text/lcdf-typetools/Manifest2
-rw-r--r--app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild5
3 files changed, 5 insertions, 2 deletions
diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz
index 4d2b7488ecfe..516f941ca886 100644
--- a/app-text/Manifest.gz
+++ b/app-text/Manifest.gz
Binary files differ
diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index ad394717137a..a5c8119383c8 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,3 +1,3 @@
DIST lcdf-typetools-2.108.tar.gz 651350 BLAKE2B c60986672a31bcf47b876fa75d04a976be761442b04b1541f7f9082521d716708542b8708fd3da558f9df6b459cca1043a7e1ee2eb006f94054611dd4ef348d5 SHA512 2c7afe1c6838f432ddd5bbd5fa86a58743242d5a2203220d3cd0153c0c69f23ca734e8d4352ed3c8a6bffc1c61bb93c19d00c6483545a09d6f8363f870bf2fd0
-EBUILD lcdf-typetools-2.108-r1.ebuild 836 BLAKE2B 2e212b377045322d3e51075535107f24409ea2b6e11ea823868d5caf5dfbc536ef2ed07977894afc9ec47a9dc46d69371f69979bda21803c6a770610fb03bc2c SHA512 4c324efc7106634f6818246cf6c0af4f02a41b8b5930208c1816a39ff903d6248fbb9bb5a80f9cd98da2296d24a82e1c35762dc41d80d882feedb31444b08e02
+EBUILD lcdf-typetools-2.108-r1.ebuild 926 BLAKE2B 5a410f9a5b22b8b062e248a278288b538a6fe90fcda4cde6817525f11239bde0def5e93f3b6cb23b1d2c01797489d6b827e20f6bef854bbc32e6d7498cf73e18 SHA512 ec14abfbd153052a9458953603e09041a95a768a84b8b561a423d4d43d91df842c5ebe82f291bf02e688f3c93a39d56378cebbfb2d8e4bb30394265628bd86f4
MISC metadata.xml 795 BLAKE2B 0fe34057b644c8df7952739791c9f86ded3139f42cea4a81c9395720acb4ae75f98dbc15a632ca1f95cbac9c91ebc68bca59d30205d0d08d08fa51c9ae9d6791 SHA512 164fc5d8c8919b7620c56b78ad349885103e9beda04cf3f4393dc0d45981ac23ec0f4ab56d14b15a845e212c7bfc89fcb6de76e5cdcde2b121ee8453e123f540
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
index aa9f0d5ab6c7..bdf2d563b39f 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,6 +19,9 @@ DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_configure() {
+ # gcc ICE with LTO: https://gcc.gnu.org/PR100010
+ filter-flags -fdevirtualize-at-ltrans
+
use kpathsea && has_version 'dev-libs/kpathsea' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
econf $(use_with kpathsea)
}