<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div><br></div><div>On Tue, Jan 22, 2019, at 13:07, Rémi Denis-Courmont wrote:<br></div><blockquote type="cite" id="fastmail-quoted"><div>This seems shortsighted. There are plenty of other BSD variants, and we are not soon done with this if we have to hand-code detection.<br></div></blockquote><div><br></div><div>Then we'll add them when needed. I don't know anything about *bsd*. The goal here is to fix the macOS/iOS build.<br></div><div><br></div><blockquote type="cite" id="fastmail-quoted"><div><br></div><div class="fastmail-quoted-gmail_quote"><div>Le 22 janvier 2019 12:13:19 GMT+02:00, Thomas Guillem <thomas@gllm.fr> a écrit :<br></div><blockquote style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;" class="fastmail-quoted-gmail_quote"><pre class="fastmail-quoted-k9mail"><div><hr> configure.ac | 1 +<br></div><div> 1 file changed, 1 insertion(+)<br></div><div><br></div><div>diff --git a/configure.ac b/configure.ac<br></div><div>index 1b63a74736..a594054b66 100644<br></div><div>--- a/configure.ac<br></div><div>+++ b/configure.ac<br></div><div>@@ -320,6 +320,7 @@ AM_CONDITIONAL([HAVE_LINUX],   [test "${SYS}" = "linux"])<br></div><div> AM_CONDITIONAL([HAVE_OS2],     [test "${SYS}" = "os2"])<br></div><div> <br></div><div> AM_CONDITIONAL([HAVE_DARWIN],  [test "${SYS}" = "darwin"])<br></div><div>+AM_CONDITIONAL([HAVE_FREEBSD], [test "${SYS}" = "freebsd" -o "${SYS}" = "darwin"])<br></div><div> AM_CONDITIONAL([HAVE_IOS],     [test "${HAVE_IOS}" = "1"])<br></div><div> AM_CONDITIONAL([HAVE_OSX],     [test "${HAVE_OSX}" = "1"])<br></div><div> AM_CONDITIONAL([HAVE_TVOS],    [test "${HAVE_TVOS}" = "1"])<br></div></pre></blockquote></div><div><br></div><div>-- <br></div><div>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté. <br></div><div>_______________________________________________<br></div><div>vlc-devel mailing list<br></div><div>To unsubscribe or modify your subscription options:<br></div><div>https://mailman.videolan.org/listinfo/vlc-devel<br></div></blockquote><div><br></div></body></html>