diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-06-22 22:36:46 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-06-22 22:36:46 +0000 |
commit | ca06e3d4828a5e13642c6372a0f1e4874177ab6a (patch) | |
tree | d922eff923bca766ce1b71ff9565b573da9389a1 /www/libxul/files/patch-bug1153151 | |
parent | bsd.gecko.mk / USES=gecko : remove expired libxul support. (diff) |
Remove expired port:
2018-06-20 www/libxul: NPAPI are no longer supported
Notes
Notes:
svn path=/head/; revision=473092
Diffstat (limited to 'www/libxul/files/patch-bug1153151')
-rw-r--r-- | www/libxul/files/patch-bug1153151 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/libxul/files/patch-bug1153151 b/www/libxul/files/patch-bug1153151 deleted file mode 100644 index 855cdab89472..000000000000 --- a/www/libxul/files/patch-bug1153151 +++ /dev/null @@ -1,13 +0,0 @@ -Bug 1153151 - make libcubeb sndio use non-blocking i/o - ---- media/libcubeb/src/cubeb_sndio.c.orig 2017-01-12 17:53:15 UTC -+++ media/libcubeb/src/cubeb_sndio.c -@@ -187,7 +187,7 @@ sndio_stream_init(cubeb *context, - if (s == NULL) - return CUBEB_ERROR; - s->context = context; -- s->hdl = sio_open(NULL, SIO_PLAY, 0); -+ s->hdl = sio_open(NULL, SIO_PLAY, 1); - if (s->hdl == NULL) { - free(s); - DPR("sndio_stream_init(), sio_open() failed\n"); |