diff options
Diffstat (limited to 'debian/patches/0125_gcc5.patch')
-rw-r--r-- | debian/patches/0125_gcc5.patch | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/debian/patches/0125_gcc5.patch b/debian/patches/0125_gcc5.patch index 2806745..677fb44 100644 --- a/debian/patches/0125_gcc5.patch +++ b/debian/patches/0125_gcc5.patch @@ -4,10 +4,12 @@ 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 */ +Index: trunk/icc/icc.h +=================================================================== +--- trunk.orig/icc/icc.h ++++ trunk/icc/icc.h +@@ -131,7 +131,11 @@ + #define CF64PREC "LL" /* Constant precision specifier */ #ifndef ATTRIBUTE_NORETURN +#ifdef _MSC_VER @@ -17,4 +19,4 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +#endif #endif - #else /* !__STDC_VERSION__ */ + #else /* !_MSC_VER */ |