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 E10071382C5 for ; Wed, 14 Mar 2018 18:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF7AEE07F2; Wed, 14 Mar 2018 18:08:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C0F14E07F2 for ; Wed, 14 Mar 2018 18:08:21 +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 6AD49335C7C for ; Wed, 14 Mar 2018 18:08:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD262245 for ; Wed, 14 Mar 2018 18:08:18 +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: <1521050866.92e6bdee12fa9d87a2535446ceccee261305e87c.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: 92e6bdee12fa9d87a2535446ceccee261305e87c X-VCS-Branch: master Date: Wed, 14 Mar 2018 18:08:18 +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: 8139bea5-0a78-46cf-bf89-effa0e60ec8f X-Archives-Hash: 0b7b68780cbc4d4dd585d676f46e8312 commit: 92e6bdee12fa9d87a2535446ceccee261305e87c Author: William Hubbs gmail com> AuthorDate: Wed Mar 14 18:07:46 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Mar 14 18:07:46 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=92e6bdee Use _BSD_SOURCE on FreeBSD 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 f8431bc3..a4b2bfd3 100644 --- a/mk/os-FreeBSD.mk +++ b/mk/os-FreeBSD.mk @@ -12,4 +12,4 @@ include ${MK}/os-BSD.mk -CPPFLAGS+= -D_POSIX_C_SOURCE=200809L +CPPFLAGS+= -D_BSD_SOURCE