summaryrefslogtreecommitdiff
path: root/debian/patches/30_gcc5.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-01-11 00:38:05 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-01-11 00:38:05 +0100
commitf6de1ae168071e14ca518c8830a4dfe002ea9055 (patch)
treeaea68be2dfad9cb5c29a726ea38491943b94239f /debian/patches/30_gcc5.patch
parentc90e062b7f7f16f67f47aa94ace963e20bc99d06 (diff)
Rename patches
Diffstat (limited to 'debian/patches/30_gcc5.patch')
-rw-r--r--debian/patches/30_gcc5.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/30_gcc5.patch b/debian/patches/30_gcc5.patch
deleted file mode 100644
index 2806745..0000000
--- a/debian/patches/30_gcc5.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Fix FTBFS with GCC 5
-Author: James Cowgill <james410@cowgill.org.uk>
-Bug-Debian: https://bugs.debian.org/777779
-Forwarded: no
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/icc/icc.h
-+++ b/icc/icc.h
-@@ -100,7 +100,11 @@
- #define CF64PREC "LL" /* Constant precision specifier */
-
- #ifndef ATTRIBUTE_NORETURN
-+#ifdef _MSC_VER
- # define ATTRIBUTE_NORETURN __declspec(noreturn)
-+#else
-+# define ATTRIBUTE_NORETURN __attribute__((noreturn))
-+#endif
- #endif
-
- #else /* !__STDC_VERSION__ */