maintainer-feedback requested: [Bug 212411] audio/speex: fix build with --disable-silent-rules

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 6 13:30:03 UTC 2016


Dmitry Marakasov <amdmi3 at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to
multimedia at FreeBSD.org:
Bug 212411: audio/speex: fix build with --disable-silent-rules
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212411



--- Description ---
Created attachment 174414
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174414&action=edit
Patch

Exp-run with --disable-silent-rules added to CONFIGURE_ARGS showed failure for
audio/speex. It's caused by broken configure script which checks $enableval
after checking for corresponding --enable/--disable option, but if option was
not set, enableval value left from the previous (unrelated) option is used. As
result, $enableval=no set by check in --disable-silent-rules also turns off
binaries as if --disable-binaries was given. To fix that, unset $enableval
after silent-rules processing.


More information about the freebsd-multimedia mailing list