[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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212411

            Bug ID: 212411
           Summary: audio/speex: fix build with --disable-silent-rules
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia at FreeBSD.org
          Reporter: amdmi3 at FreeBSD.org
          Assignee: multimedia at FreeBSD.org
             Flags: maintainer-feedback?(multimedia at FreeBSD.org)

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-multimedia mailing list