diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-05-05 13:42:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-05 13:42:39 -0700 |
| commit | e8c23168fabae9b1426df22ca0a24261959e3b11 (patch) | |
| tree | b18f1859277e763803cfba61b939884d60d22360 /ports/libmodplug | |
| parent | 8dea147fff1cbf23114f1ca0ef09c31e93d74338 (diff) | |
| parent | 1c70d26ad1ad53c4afd53cc9c4ef729227e72c24 (diff) | |
| download | vcpkg-e8c23168fabae9b1426df22ca0a24261959e3b11.tar.gz vcpkg-e8c23168fabae9b1426df22ca0a24261959e3b11.zip | |
Merge pull request #1031 from muemart/eol
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) |
