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/libmodplug | |
| parent | 63c613f1ed7fb9a16f0d63cb351c711730e263bf (diff) | |
| download | vcpkg-1c70d26ad1ad53c4afd53cc9c4ef729227e72c24.tar.gz vcpkg-1c70d26ad1ad53c4afd53cc9c4ef729227e72c24.zip | |
Force LF line endings for patch files
Diffstat (limited to 'ports/libmodplug')
| -rw-r--r-- | ports/libmodplug/automagically-define-modplug-static.patch | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/ports/libmodplug/automagically-define-modplug-static.patch b/ports/libmodplug/automagically-define-modplug-static.patch index b7982b2d3..eaa7e6ca6 100644 --- a/ports/libmodplug/automagically-define-modplug-static.patch +++ b/ports/libmodplug/automagically-define-modplug-static.patch @@ -1,13 +1,13 @@ -diff --git a/libmodplug/modplug.h b/libmodplug/modplug.h
-index 3ffbf9d..fd19ae5 100644
---- a/libmodplug/modplug.h
-+++ b/libmodplug/modplug.h
-@@ -11,6 +11,8 @@
- extern "C" {
- #endif
-
-+#define MODPLUG_STATIC
-+
- #if defined(_WIN32) || defined(__CYGWIN__)
- # if defined(MODPLUG_BUILD) && defined(DLL_EXPORT) /* building libmodplug as a dll for windows */
- # define MODPLUG_EXPORT __declspec(dllexport)
+diff --git a/libmodplug/modplug.h b/libmodplug/modplug.h +index 3ffbf9d..fd19ae5 100644 +--- a/libmodplug/modplug.h ++++ b/libmodplug/modplug.h +@@ -11,6 +11,8 @@ + extern "C" { + #endif + ++#define MODPLUG_STATIC ++ + #if defined(_WIN32) || defined(__CYGWIN__) + # if defined(MODPLUG_BUILD) && defined(DLL_EXPORT) /* building libmodplug as a dll for windows */ + # define MODPLUG_EXPORT __declspec(dllexport) |
