summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-26 21:27:01 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-26 21:27:01 +0200
commitdd5a87b45d6b8e829fdf3c1fbafd6bb50535058b (patch)
tree1faf65a3b1b04648a60087322e9d195c4e83c758 /app-cdr/cuegen/files/cuegen-1.2.0-missing-includes.patch
parentvirtual/rust: Stabilize 1.62.1 sparc, #861125 (diff)
downloadgentoo-dd5a87b45d6b8e829fdf3c1fbafd6bb50535058b.tar.gz
gentoo-dd5a87b45d6b8e829fdf3c1fbafd6bb50535058b.tar.bz2
gentoo-dd5a87b45d6b8e829fdf3c1fbafd6bb50535058b.zip
app-cdr/cuegen: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/714228 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-cdr/cuegen/files/cuegen-1.2.0-missing-includes.patch')
-rw-r--r--app-cdr/cuegen/files/cuegen-1.2.0-missing-includes.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-cdr/cuegen/files/cuegen-1.2.0-missing-includes.patch b/app-cdr/cuegen/files/cuegen-1.2.0-missing-includes.patch
new file mode 100644
index 000000000000..98a273cddb13
--- /dev/null
+++ b/app-cdr/cuegen/files/cuegen-1.2.0-missing-includes.patch
@@ -0,0 +1,17 @@
+--- a/cuegen.c
++++ b/cuegen.c
+@@ -10,12 +10,14 @@
+ */
+
+
++#include <fcntl.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <linux/cdrom.h>
+ #include <sys/ioctl.h>
+ #include <sys/file.h>
+ #include <sys/types.h>
++#include <sys/stat.h>
+ #include <unistd.h>
+ #include <string.h>
+