From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C56661382C5 for ; Tue, 13 Mar 2018 23:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC0EDE07F9; Tue, 13 Mar 2018 23:16:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB698E07F9 for ; Tue, 13 Mar 2018 23:16:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B016335C2C for ; Tue, 13 Mar 2018 23:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E482C1CC for ; Tue, 13 Mar 2018 23:16:00 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1520982294.59a9e53378891be7b12ed304ccb609e27da70751.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: mk/ X-VCS-Repository: proj/openrc X-VCS-Files: mk/os-FreeBSD.mk X-VCS-Directories: mk/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 59a9e53378891be7b12ed304ccb609e27da70751 X-VCS-Branch: master Date: Tue, 13 Mar 2018 23:16:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd3aef03-b4e8-40b8-a646-6b80b519756f X-Archives-Hash: 384eee76b3e4b4a5b5df64e8d9f86dbc commit: 59a9e53378891be7b12ed304ccb609e27da70751 Author: William Hubbs gmail com> AuthorDate: Tue Mar 13 23:03:54 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Mar 13 23:04:54 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=59a9e533 Add _POSIX_C_SOURCE macro to FreeBSD build mk/os-FreeBSD.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/os-FreeBSD.mk b/mk/os-FreeBSD.mk index 4bd1a33a..6a567e30 100644 --- a/mk/os-FreeBSD.mk +++ b/mk/os-FreeBSD.mk @@ -12,4 +12,4 @@ include ${MK}/os-BSD.mk -CPPFLAGS+= -D_WITH_GETLINE +CPPFLAGS+= -D_POSIX_C_SOURCE=200809