Date: Sat, 12 Jan 2019 20:22:15 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 234909] [PATCH] audio/oss fix build on FreeBSD 11 Message-ID: <bug-234909-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234909 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@FreeBSD.org Reporter: leres@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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234909-7788>