summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-09-09 15:16:51 +0200
committerDavid Seifert <soap@gentoo.org>2023-09-09 15:16:51 +0200
commitbec0e839d8f1efcd3c44cda88b510ec0fc90e116 (patch)
tree224e0bff6f69813f7a6c93d91eaf93dc1a148fa1 /app-crypt/tc-play/files
parentapp-crypt/easy-rsa: drop 3.0.6, 3.0.8, 3.1.5 (diff)
downloadgentoo-bec0e839d8f1efcd3c44cda88b510ec0fc90e116.tar.gz
gentoo-bec0e839d8f1efcd3c44cda88b510ec0fc90e116.tar.bz2
gentoo-bec0e839d8f1efcd3c44cda88b510ec0fc90e116.zip
app-crypt/tc-play: drop 2.0-r2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/tc-play/files')
-rw-r--r--app-crypt/tc-play/files/tc-play-2.0-build.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-crypt/tc-play/files/tc-play-2.0-build.patch b/app-crypt/tc-play/files/tc-play-2.0-build.patch
deleted file mode 100644
index 0385f33b45b4..000000000000
--- a/app-crypt/tc-play/files/tc-play-2.0-build.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 3f9235841ba4494962b3c7dafcd16fd3ff5f6575 Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev <alon.barlev@gmail.com>
-Date: Sat, 8 Apr 2017 20:27:17 +0300
-Subject: [PATCH] build: include sys/sysmacros.h for recent glibc
-
-https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html
-
-Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
----
- tcplay.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tcplay.c b/tcplay.c
-index cd882cf..a6d4655 100644
---- a/tcplay.c
-+++ b/tcplay.c
-@@ -47,6 +47,7 @@
- #if defined(__linux__)
- #include <libdevmapper.h>
- #include <uuid/uuid.h>
-+#include <sys/sysmacros.h>
- #elif defined(__DragonFly__)
- #include <libdm.h>
- #include <uuid.h>
---
-2.10.2
-