audio/oss: timeout has been removed in favour of callback(9)
I am working on a fix.
This commit is contained in:
parent
c718172a69
commit
904c31b864
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521837
1 changed files with 6 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue