summaryrefslogtreecommitdiff
path: root/media-video/vstrip/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /media-video/vstrip/files
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'media-video/vstrip/files')
-rw-r--r--media-video/vstrip/files/vstrip-0.8f-gentoo.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/media-video/vstrip/files/vstrip-0.8f-gentoo.patch b/media-video/vstrip/files/vstrip-0.8f-gentoo.patch
index 77328b091247..d4be5a2ea783 100644
--- a/media-video/vstrip/files/vstrip-0.8f-gentoo.patch
+++ b/media-video/vstrip/files/vstrip-0.8f-gentoo.patch
@@ -1,5 +1,5 @@
---- Makefile
-+++ Makefile 2003-10-12 02:25:31.000000000 +0000
+--- a/Makefile
++++ b/Makefile 2003-10-12 02:25:31.000000000 +0000
@@ -4,7 +4,7 @@
### Sources
@@ -20,8 +20,8 @@
file_io.o : s_types.h file_io.h file_io.c
in_buffer.o : s_types.h file_io.h in_buffer.h in_buffer.c
main.o : s_types.h file_io.h vstrip.h main.c
---- dvd2avi_plugin.c
-+++ dvd2avi_plugin.c 2003-10-12 02:29:23.000000000 +0000
+--- a/dvd2avi_plugin.c
++++ b/dvd2avi_plugin.c 2003-10-12 02:29:23.000000000 +0000
@@ -6,13 +6,17 @@
*************************************************************************/
@@ -50,8 +50,8 @@
lba = (dword)(fposition / fio_SECTOR_SIZE);
_close(fp);
---- file_io.c
-+++ file_io.c 2003-10-12 02:24:46.000000000 +0000
+--- a/file_io.c
++++ b/file_io.c 2003-10-12 02:24:46.000000000 +0000
@@ -32,7 +32,7 @@
fp = _open(name, _O_BINARY | _O_RDONLY); // check size
if (fp != -1)