From 5c6ea810ce92ce0229cb54d166de1fc3d9f273f6 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 14 Oct 2017 13:59:23 +0200 Subject: [PATCH] boost: _BSD_SOURCE is the correct define. Thanks miqlas. --- dev-libs/boost/patches/boost-1.65.1.patchset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/boost/patches/boost-1.65.1.patchset b/dev-libs/boost/patches/boost-1.65.1.patchset index 5838012f4..446186cf1 100644 --- a/dev-libs/boost/patches/boost-1.65.1.patchset +++ b/dev-libs/boost/patches/boost-1.65.1.patchset @@ -172,7 +172,7 @@ index e711c08..f81e349 100644 } +if $(OS) = HAIKU +{ -+ --defs += _BSDSOURCE ; ++ --defs += _BSD_SOURCE ; + --libs += -lbsd ; +} --defs += YYSTACKSIZE=5000 ;