summaryrefslogtreecommitdiff
path: root/dev-libs/libvformat/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-libs/libvformat/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-libs/libvformat/files')
-rw-r--r--dev-libs/libvformat/files/libvformat-1.13-has_unistd.patch13
-rw-r--r--dev-libs/libvformat/files/libvformat-1.13-str.patch22
-rw-r--r--dev-libs/libvformat/files/libvformat-nodoc.patch8
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-libs/libvformat/files/libvformat-1.13-has_unistd.patch b/dev-libs/libvformat/files/libvformat-1.13-has_unistd.patch
deleted file mode 100644
index 8788c966ffd0..000000000000
--- a/dev-libs/libvformat/files/libvformat-1.13-has_unistd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/vf_reader.c
-+++ b/src/vf_reader.c
-@@ -87,8 +87,9 @@
-
- #include <stdio.h>
- #include <sys/stat.h>
-+#include "config.h"
-
--#if defined(HAS_UNISTD_H)
-+#if defined(HAVE_UNISTD_H)
- #include <unistd.h>
- #endif
-
diff --git a/dev-libs/libvformat/files/libvformat-1.13-str.patch b/dev-libs/libvformat/files/libvformat-1.13-str.patch
deleted file mode 100644
index 8c47489842d8..000000000000
--- a/dev-libs/libvformat/files/libvformat-1.13-str.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -21,7 +21,7 @@
- # Checks for library functions.
- AC_FUNC_MKTIME
- AC_FUNC_STAT
--AC_CHECK_FUNCS([atexit memset strstr])
-+AC_CHECK_FUNCS([atexit memset strstr strlen strcpy strcmp strcat memcpy])
-
- AC_OUTPUT([Makefile src/Makefile vformat/Makefile test/Makefile doc/Makefile])
- #AC_CONFIG_FILES([])
---- a/src/vf_config.h
-+++ b/src/vf_config.h
-@@ -31,6 +31,8 @@
- *
- *******************************************************************************/
-
-+#include <config.h>
-+
- #ifndef _VF_CONFIG_H_
- #define _VF_CONFIG_H_
-
diff --git a/dev-libs/libvformat/files/libvformat-nodoc.patch b/dev-libs/libvformat/files/libvformat-nodoc.patch
deleted file mode 100644
index e9dd55ce25ef..000000000000
--- a/dev-libs/libvformat/files/libvformat-nodoc.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- Makefile.am.orig 2005-08-12 13:36:39.000000000 +0200
-+++ Makefile.am 2005-08-12 13:36:57.000000000 +0200
-@@ -1,4 +1,4 @@
--SUBDIRS = src vformat test doc
-+SUBDIRS = src vformat
-
- EXTRA_DIST = common/types.h vf_iface.h
-