summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-01 10:45:37 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-01 10:50:09 +0100
commitab9b323234c7ad57ee6595ed25d1470648523476 (patch)
tree7daebeeddc507c6cb349141d3ae41c398809aa62 /media-sound/takcd/files/takcd-0.10-fno-common.patch
parentsys-fs/dosfstools: Bump to version 4.2 (diff)
downloadgentoo-ab9b323234c7ad57ee6595ed25d1470648523476.tar.gz
gentoo-ab9b323234c7ad57ee6595ed25d1470648523476.tar.bz2
gentoo-ab9b323234c7ad57ee6595ed25d1470648523476.zip
media-sound/takcd: Remove last-rited pkg
Closes: https://bugs.gentoo.org/762361 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound/takcd/files/takcd-0.10-fno-common.patch')
-rw-r--r--media-sound/takcd/files/takcd-0.10-fno-common.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/media-sound/takcd/files/takcd-0.10-fno-common.patch b/media-sound/takcd/files/takcd-0.10-fno-common.patch
deleted file mode 100644
index ec97e62eea30..000000000000
--- a/media-sound/takcd/files/takcd-0.10-fno-common.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- a/bsd_discid.c
-+++ b/bsd_discid.c
-@@ -29,7 +29,7 @@
- #include "config.h"
-
- const char *cdrom_device=DEV_CDROM;
--int cdrom_fd;
-+extern int cdrom_fd;
-
- int Discid_Init(void) {
- /* if ((cdrom_device = getenv("CD_DEVICE")) == NULL) {
---- a/darwin_discid.c
-+++ b/darwin_discid.c
-@@ -29,7 +29,7 @@
- #include "config.h"
-
- const char *cdrom_device=DEV_CDROM;
--int cdrom_fd;
-+extern int cdrom_fd;
-
- int Discid_Init(void) {
- /* if ((cdrom_device = getenv("CD_DEVICE")) == NULL) {
---- a/linux_discid.c
-+++ b/linux_discid.c
-@@ -31,7 +31,7 @@
-
- char *cdrom_device = NULL;
-
--int cdrom_fd;
-+extern int cdrom_fd;
-
- int Discid_Init(void) {
- /* if ((cdrom_device = getenv("CD_DEVICE")) == NULL) {
---- a/sun_discid.c
-+++ b/sun_discid.c
-@@ -30,7 +30,7 @@
- #include "config.h"
-
- const char *cdrom_device=DEV_CDROM;
--int cdrom_fd;
-+extern int cdrom_fd;
-
- int Discid_Init(void) {
- /* if ((cdrom_device = getenv("CD_DEVICE")) == NULL) {