[Bug 234909] [PATCH] audio/oss fix build on FreeBSD 11

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 12 20:22:17 UTC 2019


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

            Bug ID: 234909
           Summary: [PATCH] audio/oss fix build on FreeBSD 11
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: leres at freebsd.org

r489819 ("Unbreak port in FreeBSD 12 and 13-CURRENT") breaks the build for
FreeBSD 11. This is because FreeBSD 11's sys/libkern.h has a prototype for
memset() while later versions do not.

Here's an updated bsddefs.h patch that undefines memset when set and always
defines memset to oss_memset.

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


More information about the freebsd-ports-bugs mailing list