diff options
| author | Martin Müller <muemart@users.noreply.github.com> | 2017-05-05 11:42:36 +0200 |
|---|---|---|
| committer | Martin Müller <muemart@users.noreply.github.com> | 2017-05-05 11:45:04 +0200 |
| commit | 1c70d26ad1ad53c4afd53cc9c4ef729227e72c24 (patch) | |
| tree | 2f9f0337a778b3e882aa85e8e6477950f09d9d57 /ports/liblzma | |
| parent | 63c613f1ed7fb9a16f0d63cb351c711730e263bf (diff) | |
| download | vcpkg-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.patch | 28 |
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) |
