summarylogtreecommitdiffstats
path: root/0002-Fix-building-for-mingw-w64-target.patch
diff options
context:
space:
mode:
authorMartchus2023-12-28 19:15:59 +0100
committerMartchus2023-12-28 19:15:59 +0100
commitf24ea1f34f8a2e5ec6cc9a394684aef5b676f18c (patch)
tree44b348bb5a267d7b88880cc98fcd0cefba7391ed /0002-Fix-building-for-mingw-w64-target.patch
parentea9ae6e625ed5813e87b7eef8c08874c75553b64 (diff)
downloadaur-f24ea1f34f8a2e5ec6cc9a394684aef5b676f18c.tar.gz
Update to 4.1.1
Diffstat (limited to '0002-Fix-building-for-mingw-w64-target.patch')
-rw-r--r--0002-Fix-building-for-mingw-w64-target.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/0002-Fix-building-for-mingw-w64-target.patch b/0002-Fix-building-for-mingw-w64-target.patch
index 8bbfc9721150..ae680139c5ef 100644
--- a/0002-Fix-building-for-mingw-w64-target.patch
+++ b/0002-Fix-building-for-mingw-w64-target.patch
@@ -1,7 +1,7 @@
-From f783c72a35b0cbf8d04b9d9472e267c72c52e1ff Mon Sep 17 00:00:00 2001
+From ea00c0d8c5a78a86724c2da2c86cc204f745009c Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Tue, 14 Jun 2022 23:13:06 +0200
-Subject: [PATCH 2/3] Fix building for mingw-w64 target
+Subject: [PATCH 2/2] Fix building for mingw-w64 target
---
CMakeLists.txt | 2 ++
@@ -9,10 +9,10 @@ Subject: [PATCH 2/3] Fix building for mingw-w64 target
2 files changed, 10 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 52ad5a8..72257ec 100644
+index eaaef9a..1ed6723 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -723,10 +723,12 @@ message("JAS_INCLUDE_HEIC_CODEC: ${JAS_INCLUDE_HEIC_CODEC}")
+@@ -789,10 +789,12 @@ message("JAS_INCLUDE_HEIC_CODEC: ${JAS_INCLUDE_HEIC_CODEC}")
# Check for the Math library.
################################################################################
@@ -45,5 +45,5 @@ index c0b19b3..9fab05f 100644
target_compile_definitions(libjasper PRIVATE _CRT_SECURE_NO_WARNINGS)
target_compile_definitions(libjasper PRIVATE _CRT_SECURE_NO_DEPRECATE)
--
-2.36.1
+2.43.0