aboutsummaryrefslogtreecommitdiff
path: root/ports/liblzma
diff options
context:
space:
mode:
authorMartin Müller <muemart@users.noreply.github.com>2017-05-05 11:42:36 +0200
committerMartin Müller <muemart@users.noreply.github.com>2017-05-05 11:45:04 +0200
commit1c70d26ad1ad53c4afd53cc9c4ef729227e72c24 (patch)
tree2f9f0337a778b3e882aa85e8e6477950f09d9d57 /ports/liblzma
parent63c613f1ed7fb9a16f0d63cb351c711730e263bf (diff)
downloadvcpkg-1c70d26ad1ad53c4afd53cc9c4ef729227e72c24.tar.gz
vcpkg-1c70d26ad1ad53c4afd53cc9c4ef729227e72c24.zip
Force LF line endings for patch files
Diffstat (limited to 'ports/liblzma')
-rw-r--r--ports/liblzma/auto-define-lzma-api-static.patch28
1 files changed, 14 insertions, 14 deletions
diff --git a/ports/liblzma/auto-define-lzma-api-static.patch b/ports/liblzma/auto-define-lzma-api-static.patch
index b2643fe6a..d897e2457 100644
--- a/ports/liblzma/auto-define-lzma-api-static.patch
+++ b/ports/liblzma/auto-define-lzma-api-static.patch
@@ -1,14 +1,14 @@
-diff --git a/lzma.h b/lzma.h
-index ce675a7..ac0fc98 100644
---- a/lzma.h
-+++ b/lzma.h
-@@ -187,6 +187,9 @@
- * need to worry about LZMA_API_STATIC. Also the calling convention is
- * omitted on Cygwin but not on MinGW.
- */
-+
-+#define LZMA_API_STATIC
-+
- #ifndef LZMA_API_IMPORT
- # if !defined(LZMA_API_STATIC) && defined(_WIN32) && !defined(__GNUC__)
- # define LZMA_API_IMPORT __declspec(dllimport)
+diff --git a/lzma.h b/lzma.h
+index ce675a7..ac0fc98 100644
+--- a/lzma.h
++++ b/lzma.h
+@@ -187,6 +187,9 @@
+ * need to worry about LZMA_API_STATIC. Also the calling convention is
+ * omitted on Cygwin but not on MinGW.
+ */
++
++#define LZMA_API_STATIC
++
+ #ifndef LZMA_API_IMPORT
+ # if !defined(LZMA_API_STATIC) && defined(_WIN32) && !defined(__GNUC__)
+ # define LZMA_API_IMPORT __declspec(dllimport)