diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-14 19:37:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-14 19:37:55 +0000 |
commit | 9b3894df446e2358e8355426148eb3a917a3f707 (patch) | |
tree | 8bc53eb6b15053ead243aedb5539d8bb640440a2 /app-forensics/libewf/files/libewf-20140406-gcc5-compat.patch | |
parent | ef2599336333ffc53c4340f77f84ac90596ba201 (diff) |
app-forensics/libewf : masked and marked for removal in Gentoo, so drop the package
Diffstat (limited to 'app-forensics/libewf/files/libewf-20140406-gcc5-compat.patch')
-rw-r--r-- | app-forensics/libewf/files/libewf-20140406-gcc5-compat.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-forensics/libewf/files/libewf-20140406-gcc5-compat.patch b/app-forensics/libewf/files/libewf-20140406-gcc5-compat.patch deleted file mode 100644 index 094ac8ea..00000000 --- a/app-forensics/libewf/files/libewf-20140406-gcc5-compat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libuna/libuna_inline.h.orig 2016-03-31 11:53:52.655941638 -0700 -+++ libuna/libuna_inline.h 2016-03-31 11:55:10.404944126 -0700 -@@ -27,7 +27,7 @@ - #if defined( _MSC_VER ) - #define LIBUNA_INLINE _inline - --#elif defined( __BORLANDC__ ) || defined( __clang__ ) -+#elif defined( __BORLANDC__ ) || defined( __clang__ ) || ( defined( __GNUC__ ) && __GNUC__ >= 5 ) - #define LIBUNA_INLINE /* inline */ - - #else |