audio/oss: timeout has been removed in favour of callback(9)

I am working on a fix.
This commit is contained in:
Chris Rees 2020-01-02 15:06:20 +00:00
parent c718172a69
commit 904c31b864
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521837

View file

@ -23,6 +23,12 @@ USES= gnome tar:bzip2 kmod pkgconfig
USE_GNOME= gtk20 cairo gdkpixbuf2
USE_RC_SUBR= oss
.include <bsd.port.options.mk>
.if ${OSVERSION} > 1300067
BROKEN= Still uses removed timeout interface and needs updating
.endif
HAS_CONFIGURE= yes
CONFIGURE_OUTSOURCE= yes
CONFIGURE_ENV= HOSTCC="${CC}"