diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-18 13:44:43 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-11-19 00:29:22 (GMT) |
commit | 1b1b9c9a9a15737e83cfc0aee65e21d8385ef832 (patch) | |
tree | fbf43c3a8ef9c8072c2eedd4d5f68e3af30d656b /src/devil-1-fixes.patch | |
parent | 99b8d3306133b4e18e57a9fa1cd30c7b09f93046 (diff) | |
download | mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.zip mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.tar.gz mxe-1b1b9c9a9a15737e83cfc0aee65e21d8385ef832.tar.bz2 |
various packages: run `make refresh-patches` with numbering
Diffstat (limited to 'src/devil-1-fixes.patch')
-rw-r--r-- | src/devil-1-fixes.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devil-1-fixes.patch b/src/devil-1-fixes.patch index 884bfb9..dbf68ed 100644 --- a/src/devil-1-fixes.patch +++ b/src/devil-1-fixes.patch @@ -5,7 +5,7 @@ Contains ad hoc patches for cross building. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Christian Weigel <christian.weigel@idmt.fraunhofer.de> Date: Fri, 17 Feb 2017 10:07:48 +0100 -Subject: [PATCH] fix static build of ilu and ilut +Subject: [PATCH 1/2] fix static build of ilu and ilut taken from https://github.com/DentonW/DevIL/pull/59 @@ -55,7 +55,7 @@ index 1111111..2222222 100644 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tony Theodore <tonyt@logyst.com> Date: Thu, 20 Jul 2017 16:34:51 +1000 -Subject: [PATCH] fix resource paths +Subject: [PATCH 2/2] fix resource paths DevIL/src-IL/msvc/IL.rc has weird EOL issues and patches don't apply - use $(SED) in build rule instead |