diff options
author | Sam James <sam@gentoo.org> | 2022-11-04 04:20:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-04 04:20:19 +0000 |
commit | f9b3a0fbfd6625bbf87787d885ccf279bad17d7c (patch) | |
tree | 4a263944909614568ce937e207d2c0cdbfe6a479 /media-gfx/sane-backends | |
parent | media-gfx/sane-backends: fix configure w/ clang 16; fix service file & udev (diff) | |
download | gentoo-f9b3a0fbfd6625bbf87787d885ccf279bad17d7c.tar.gz gentoo-f9b3a0fbfd6625bbf87787d885ccf279bad17d7c.tar.bz2 gentoo-f9b3a0fbfd6625bbf87787d885ccf279bad17d7c.zip |
media-gfx/sane-backends: always enable IPv6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/sane-backends')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild b/media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild index 77b5ec95218e..e319cc9e20b1 100644 --- a/media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.1.1-r5.ebuild @@ -103,7 +103,7 @@ IUSE_SANE_BACKENDS=( xerox_mfp ) -IUSE="gphoto2 ipv6 snmp systemd threads usb v4l xinetd +zeroconf" +IUSE="gphoto2 snmp systemd threads usb v4l xinetd +zeroconf" for GBACKEND in ${IUSE_SANE_BACKENDS[@]}; do case ${GBACKEND} in @@ -254,14 +254,15 @@ multilib_src_configure() { # that break in many ways, bug #636202, #668232, #668350 # People can refer to the "Programmer's Documentation" at http://www.sane-project.org/docs.html myconf+=( + --enable-ipv6 --disable-locking $(use_with gphoto2) $(multilib_native_use_with systemd) $(use_with v4l) - $(use_enable ipv6) $(use_enable threads pthread) $(use_with zeroconf avahi) ) + ECONF_SOURCE="${S}" \ SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \ BACKENDS="${lbackends}" \ |