Skip to content

Commit

Permalink
media-gfx/sane-backends: Fix position of the comments
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/677602
Package-Manager: Portage-2.3.58, Repoman-2.3.12
RepoMan-Options: --force
Signed-off-by: Pacho Ramos <[email protected]>
  • Loading branch information
pacho2 committed Feb 16, 2019
1 parent 3987dd5 commit 7547bfd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,13 @@ multilib_src_configure() {
fi

# relative path must be used for tests to work properly
# All distributions pass --disable-locking because /var/lock/sane/ would be a world-writable directory
# --without-api-spec to not automagically depend on tons of stuff
# 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
ECONF_SOURCE=${S} \
SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \
BACKENDS="${BACKENDS}" \
# All distributions pass --disable-locking because /var/lock/sane/ would be a world-writable directory
# --without-api-spec to not automagically depend on tons of stuff
# 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
econf \
--disable-locking \
--without-api-spec \
Expand Down

0 comments on commit 7547bfd

Please sign in to comment.