summaryrefslogtreecommitdiff
path: root/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild')
-rw-r--r--app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild b/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
index c42e82306713..14d6940316f5 100644
--- a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
+++ b/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit flag-o-matic
DESCRIPTION="generator of sandwich OCR pdf files"
HOMEPAGE="http://www.tobias-elze.de/pdfsandwich"
@@ -31,6 +32,8 @@ src_prepare() {
sed -i \
-e "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/" \
Makefile || die
+ # Bug #866043
+ filter-lto
default
}