diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-03-06 12:29:52 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-03-06 12:29:52 -0800 |
| commit | 7f3153bd62a24b1235a98d68d9aac1b00ba1228f (patch) | |
| tree | 9f614b27a009b44c752263c8700e11b75263ea92 /ports/fftw3/fix-dynamic.patch | |
| parent | 6e44495b2fe83d6bde89bd5bed017d5b28fa245e (diff) | |
| parent | c1d6454952b24f8bec815c35f599e7509f6812b6 (diff) | |
| download | vcpkg-7f3153bd62a24b1235a98d68d9aac1b00ba1228f.tar.gz vcpkg-7f3153bd62a24b1235a98d68d9aac1b00ba1228f.zip | |
Merge pull request #735 from nagua:fftw3
[fftw3] Add fftw3 port to vcpkg
Diffstat (limited to 'ports/fftw3/fix-dynamic.patch')
| -rw-r--r-- | ports/fftw3/fix-dynamic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/fftw3/fix-dynamic.patch b/ports/fftw3/fix-dynamic.patch new file mode 100644 index 000000000..a39d1b968 --- /dev/null +++ b/ports/fftw3/fix-dynamic.patch @@ -0,0 +1,11 @@ +--- a/fftw3.h 2017-01-15 13:03:24.000000000 +0100 ++++ b/fftw3.h 2017-02-24 04:05:36.051091700 +0100 +@@ -47,6 +47,8 @@ + #ifndef FFTW3_H + #define FFTW3_H + ++#define FFTW_DLL ++ + #include <stdio.h> + + #ifdef __cplusplus |
