summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-25 10:22:38 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-25 10:22:38 +0300
commit033d219858ab4f7c1de692b3b4927ace373f9d86 (patch)
tree1544e431f6256b5307dc6d739fec2d697c56d07b /net-analyzer/tcpstat/files/tcpstat-1.5_p8-_DEFAULT_SOURCE.patch
parentmedia-sound/pitchtune: treeclean (diff)
downloadgentoo-033d219858ab4f7c1de692b3b4927ace373f9d86.tar.gz
gentoo-033d219858ab4f7c1de692b3b4927ace373f9d86.tar.bz2
gentoo-033d219858ab4f7c1de692b3b4927ace373f9d86.zip
net-analyzer/tcpstat: treeclean
Closes: https://bugs.gentoo.org/928731 Bug: https://bugs.gentoo.org/724930 Bug: https://bugs.gentoo.org/881307 Bug: https://bugs.gentoo.org/923090 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/tcpstat/files/tcpstat-1.5_p8-_DEFAULT_SOURCE.patch')
-rw-r--r--net-analyzer/tcpstat/files/tcpstat-1.5_p8-_DEFAULT_SOURCE.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/tcpstat/files/tcpstat-1.5_p8-_DEFAULT_SOURCE.patch b/net-analyzer/tcpstat/files/tcpstat-1.5_p8-_DEFAULT_SOURCE.patch
deleted file mode 100644
index 3ea38d7bac02..000000000000
--- a/net-analyzer/tcpstat/files/tcpstat-1.5_p8-_DEFAULT_SOURCE.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -68,7 +68,7 @@
- case $my_build_os in
- aix*) AC_DEFINE(AIX_STRANGENESS, 1, [ defined on AIX systems. ]) ;;
- osf1*) AC_DEFINE(TRU64_STRANGENESS, 1, [ defined on OSF systems. ]) ;;
-- linux*) AC_DEFINE(_BSD_SOURCE, 1, [ defined usually on linux systems ] ) ;;
-+ linux*) AC_DEFINE(_DEFAULT_SOURCE, 1, [ defined usually on linux systems ] ) ;;
- gnu/kfreebsd*) AC_DEFINE(_BSD_SOURCE, 1, [ defined usually on debian kfreebsd systems ] ) ;;
- bsd/os*) ;;
- freebsd*) ;;