summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-28 06:46:38 +0100
committerSam James <sam@gentoo.org>2023-04-28 07:04:10 +0100
commit0e424d2d20e771835a8882c6ecf13e5bbbb4baf1 (patch)
tree98a633a38239c1e1646aa8a4017bf5b5063c1b90 /app-text
parentx11-wm/muffin: fix build w/ clang 16 (diff)
downloadgentoo-0e424d2d20e771835a8882c6ecf13e5bbbb4baf1.tar.gz
gentoo-0e424d2d20e771835a8882c6ecf13e5bbbb4baf1.tar.bz2
gentoo-0e424d2d20e771835a8882c6ecf13e5bbbb4baf1.zip
app-text/pinfo: add note re FTMs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pinfo/pinfo-0.6.13.ebuild4
-rw-r--r--app-text/pinfo/pinfo-99999.ebuild4
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 \