diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-22 09:00:58 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-22 10:21:10 +0200 |
commit | 5c6f51815587626a90718810e4b77ced5fa96984 (patch) | |
tree | c621f2ab19b60932fb15469bfc11da38558f955f /media-video/isight-firmware-tools/files | |
parent | media-video/dvbsnoop: Port to EAPI 8 (diff) | |
download | gentoo-5c6f51815587626a90718810e4b77ced5fa96984.tar.gz gentoo-5c6f51815587626a90718810e4b77ced5fa96984.tar.bz2 gentoo-5c6f51815587626a90718810e4b77ced5fa96984.zip |
media-video/isight-firmware-tools: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-video/isight-firmware-tools/files')
-rw-r--r-- | media-video/isight-firmware-tools/files/isight-firmware-tools-1.5.90-build-O0.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-video/isight-firmware-tools/files/isight-firmware-tools-1.5.90-build-O0.patch b/media-video/isight-firmware-tools/files/isight-firmware-tools-1.5.90-build-O0.patch index 8308cf6860b2..2b8697079e16 100644 --- a/media-video/isight-firmware-tools/files/isight-firmware-tools-1.5.90-build-O0.patch +++ b/media-video/isight-firmware-tools/files/isight-firmware-tools-1.5.90-build-O0.patch @@ -1,5 +1,5 @@ ---- src/export.c -+++ src/export.c +--- a/src/export.c ++++ b/src/export.c @@ -35,6 +35,8 @@ #include <glib/gi18n.h> #include <glib/gstdio.h> @@ -9,8 +9,8 @@ /* OPTIONS */ static gchar *input = NULL; static gchar *output = "isight.ihx"; ---- src/extract.c -+++ src/extract.c +--- a/src/extract.c ++++ b/src/extract.c @@ -36,6 +36,8 @@ #include <glib/gi18n.h> #include <glib/gstdio.h> @@ -20,8 +20,8 @@ /* * Foreach file identified by their sha1sum, we store the offset where * the firmware begin in the file. ---- src/load.h -+++ src/load.h +--- a/src/load.h ++++ b/src/load.h @@ -36,6 +36,8 @@ #include <glib.h> #include <usb.h> |