summarylogtreecommitdiffstats
path: root/0002-Enable-pkg-config-for-mingw-w64-build.patch
diff options
context:
space:
mode:
authorMartchus2021-04-15 16:22:36 +0200
committerMartchus2021-04-15 16:22:36 +0200
commit1c48e290e7c2acbafebc16947227208addf5c2e2 (patch)
tree5087303a49700006056448d17571ad6a7cf3eb4b /0002-Enable-pkg-config-for-mingw-w64-build.patch
parent8a5759db9b44df55799f1a80709922cfea170a4d (diff)
downloadaur-1c48e290e7c2acbafebc16947227208addf5c2e2.tar.gz
Update to 3.1.12
Diffstat (limited to '0002-Enable-pkg-config-for-mingw-w64-build.patch')
-rw-r--r--0002-Enable-pkg-config-for-mingw-w64-build.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0002-Enable-pkg-config-for-mingw-w64-build.patch b/0002-Enable-pkg-config-for-mingw-w64-build.patch
deleted file mode 100644
index 2deedcf6f23c..000000000000
--- a/0002-Enable-pkg-config-for-mingw-w64-build.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 986f8b78bdb95357ff16951161f356e270bde222 Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Sat, 12 Sep 2020 20:30:49 +0200
-Subject: [PATCH 2/2] Enable pkg-config for mingw-w64 build
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 09b91c2..9cf2ce7 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -407,7 +407,7 @@ ENDIF()
- INCLUDE(${CC_SOURCE_DIR}/plugins/CMakeLists.txt)
- ADD_SUBDIRECTORY(include)
- ADD_SUBDIRECTORY(libmariadb)
--IF(NOT WIN32)
-+IF(NOT WIN32 OR MINGW)
- ADD_SUBDIRECTORY(mariadb_config)
- ENDIF()
-
---
-2.28.0
-