summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/devil/files/devil-1.7.8-restrict.patch')
-rw-r--r--media-libs/devil/files/devil-1.7.8-restrict.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/media-libs/devil/files/devil-1.7.8-restrict.patch b/media-libs/devil/files/devil-1.7.8-restrict.patch
deleted file mode 100644
index d99ccb3..0000000
--- a/media-libs/devil/files/devil-1.7.8-restrict.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Patch from Sven Eden via bug 552370
-https://bugs.gentoo.org/show_bug.cgi?id=552370
-
---- a/include/IL/il.h 2009-03-08 08:10:08.000000000 +0100
-+++ b/include/IL/il.h 2015-09-03 16:22:04.056637044 +0200
-@@ -63,13 +63,13 @@
- #endif
- #endif
-
--#ifdef RESTRICT_KEYWORD
--#define RESTRICT restrict
--#define CONST_RESTRICT const restrict
-+#if defined(RESTRICT_KEYWORD) && !defined(__cplusplus)
-+#define RESTRICT __restrict__
-+#define CONST_RESTRICT const __restrict__
- #else
- #define RESTRICT
- #define CONST_RESTRICT const
--#endif
-+#endif // RESTRICT keyword and not C++
-
- #include <stdio.h>
-