summaryrefslogtreecommitdiffstats
path: root/src/openal-1-fixes.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2015-03-29 12:57:28 (GMT)
committerMark Brand <mabrand@mabrand.nl>2015-03-29 13:04:53 (GMT)
commit182394008e63b1a977b5f6edd3d8c129fe2dce34 (patch)
tree29d567445faa120cd96b3bfe2967f75b1e7c75da /src/openal-1-fixes.patch
parenta8df43d1324294522bde66f2c5d5f9f6d43476e6 (diff)
downloadmxe-182394008e63b1a977b5f6edd3d8c129fe2dce34.zip
mxe-182394008e63b1a977b5f6edd3d8c129fe2dce34.tar.gz
mxe-182394008e63b1a977b5f6edd3d8c129fe2dce34.tar.bz2
mingw-w64: fix the shlobj.h problem at the source
Diffstat (limited to 'src/openal-1-fixes.patch')
-rw-r--r--src/openal-1-fixes.patch23
1 files changed, 1 insertions, 22 deletions
diff --git a/src/openal-1-fixes.patch b/src/openal-1-fixes.patch
index e388d82..a023a87 100644
--- a/src/openal-1-fixes.patch
+++ b/src/openal-1-fixes.patch
@@ -3,7 +3,7 @@ See index.html for further information.
From 25b591198c896959ca5b7dc9ad3a35605c66dc63 Mon Sep 17 00:00:00 2001
From: Guilherme Lima Bernal <dev@lbguilherme.com>
Date: Sat, 28 Mar 2015 20:52:05 +0100
-Subject: [PATCH 1/2] fixes for cross-building
+Subject: [PATCH] fixes for cross-building
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -60,24 +60,3 @@ index 0087edb..749f813 100644
2.1.0
-From 6d0e7d9cb038aa54f33f9a8cef351c2aaa866ac1 Mon Sep 17 00:00:00 2001
-From: Mark Brand <mabrand@mabrand.nl>
-Date: Sat, 28 Mar 2015 20:47:15 +0100
-Subject: [PATCH 2/2] add missing include
-
-
-diff --git a/Alc/alcConfig.c b/Alc/alcConfig.c
-index 2c9aef4..bcd16d9 100644
---- a/Alc/alcConfig.c
-+++ b/Alc/alcConfig.c
-@@ -33,6 +33,7 @@
- #include <ctype.h>
- #include <string.h>
- #ifdef _WIN32_IE
-+#include <windows.h>
- #include <shlobj.h>
- #endif
-
---
-2.1.0
-