summaryrefslogtreecommitdiffstats
path: root/src/devil-2-il.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-07-20 10:25:38 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-07-20 10:25:38 (GMT)
commit4e3f9c4e4f253a2839a5bd8e817526d64c0a1a74 (patch)
tree37dc67ef41f6c8b4144f9e4bdfa594502b454957 /src/devil-2-il.patch
parentbec723f574da69d4e4fdb2bac9cb7750c9082134 (diff)
downloadmxe-4e3f9c4e4f253a2839a5bd8e817526d64c0a1a74.zip
mxe-4e3f9c4e4f253a2839a5bd8e817526d64c0a1a74.tar.gz
mxe-4e3f9c4e4f253a2839a5bd8e817526d64c0a1a74.tar.bz2
ccfits cfitsio devil jasper: update and switch to cmake
Diffstat (limited to 'src/devil-2-il.patch')
-rw-r--r--src/devil-2-il.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/devil-2-il.patch b/src/devil-2-il.patch
deleted file mode 100644
index 53899dd..0000000
--- a/src/devil-2-il.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-This file is part of MXE. See LICENSE.md for licensing information.
-
-Contains ad hoc patches for cross building.
-
-From ba27492b5ffea8c7cdbd54b2337ca9537576ec18 Mon Sep 17 00:00:00 2001
-From: MXE
-Date: Tue, 19 May 2015 12:38:30 +0300
-Subject: [PATCH] fix Devil compilation, see:
- http://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-04/msg00028.html
-
-
-diff --git a/include/IL/il.h b/include/IL/il.h
-index 540a56e..21fd6b2 100644
---- a/include/IL/il.h
-+++ b/include/IL/il.h
-@@ -63,7 +63,7 @@ extern "C" {
- #endif
- #endif
-
--#ifdef RESTRICT_KEYWORD
-+#if defined(RESTRICT_KEYWORD) && !defined(__cplusplus)
- #define RESTRICT restrict
- #define CONST_RESTRICT const restrict
- #else
---
-1.9.1
-