summaryrefslogtreecommitdiff
path: root/media-gfx/iscan/iscan-3.62.0.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2020-03-12 23:50:48 +0100
committerMarcin Deranek <marcin.deranek@booking.com>2020-03-12 23:50:48 +0100
commita91c6ef565dd2a4be7f5ddd94872dbe0f852745c (patch)
treec033582a7f8bac10c024d7d36e8aa3afabff7ced /media-gfx/iscan/iscan-3.62.0.ebuild
parent2eee51eb3bd7cb215ade775a4440de07edf93697 (diff)
downloadportage-a91c6ef565dd2a4be7f5ddd94872dbe0f852745c.tar.gz
portage-a91c6ef565dd2a4be7f5ddd94872dbe0f852745c.tar.bz2
portage-a91c6ef565dd2a4be7f5ddd94872dbe0f852745c.zip
Better workaround for --as-needed
Diffstat (limited to 'media-gfx/iscan/iscan-3.62.0.ebuild')
-rw-r--r--media-gfx/iscan/iscan-3.62.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/media-gfx/iscan/iscan-3.62.0.ebuild b/media-gfx/iscan/iscan-3.62.0.ebuild
index ecc01d9..7699cad 100644
--- a/media-gfx/iscan/iscan-3.62.0.ebuild
+++ b/media-gfx/iscan/iscan-3.62.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools flag-o-matic udev
+inherit autotools udev
DESCRIPTION="EPSON Image Scan v3 for Linux"
HOMEPAGE="https://support.epson.net/linux/en/imagescanv3.php"
@@ -43,12 +43,10 @@ src_prepare() {
# Workaround for deprecation warnings:
# https://gitlab.com/utsushi/utsushi/issues/90
sed -e 's|-Werror||g' -i configure.ac || die
- eautoreconf
+ AT_NOELIBTOOLIZE=yes eautoreconf
}
src_configure() {
- # Workaround: https://gitlab.com/utsushi/utsushi/issues/91
- append-ldflags $(no-as-needed)
econf \
$(use_with gui gtkmm) \
$(use_with imagemagick magick) \