commit: 0e424d2d20e771835a8882c6ecf13e5bbbb4baf1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 28 05:46:38 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 28 06:04:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e424d2d
app-text/pinfo: add note re FTMs Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/pinfo/pinfo-0.6.13.ebuild | 4 +++- app-text/pinfo/pinfo-99999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild b/app-text/pinfo/pinfo-0.6.13.ebuild index 895fff2840ad..9b3ae745d0c3 100644 --- a/app-text/pinfo/pinfo-0.6.13.ebuild +++ b/app-text/pinfo/pinfo-0.6.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,6 +41,8 @@ src_prepare() { } src_configure() { + # The following line can be dropped once https://github.com/baszoetekouw/pinfo/pull/35 + # is merged. append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk() econf \ diff --git a/app-text/pinfo/pinfo-99999.ebuild b/app-text/pinfo/pinfo-99999.ebuild index 94bcef91cbb1..c4fdd276bdaf 100644 --- a/app-text/pinfo/pinfo-99999.ebuild +++ b/app-text/pinfo/pinfo-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,6 +40,8 @@ src_prepare() { } src_configure() { + # The following line can be dropped once https://github.com/baszoetekouw/pinfo/pull/35 + # is merged. append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk() econf \