aboutsummaryrefslogtreecommitdiff
path: root/ports/fftw3/fix-dynamic.patch
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-05-21 21:04:01 -0700
committerGitHub <noreply@github.com>2019-05-21 21:04:01 -0700
commitef2d3ff6d0c3cfc5754a640d0929d25aa13b4e14 (patch)
tree5d76fe11f686a9d72d1cbcee886bc40cff8e88fa /ports/fftw3/fix-dynamic.patch
parent60ecb465615ca7f9589026013ae489766b8356cb (diff)
downloadvcpkg-ef2d3ff6d0c3cfc5754a640d0929d25aa13b4e14.tar.gz
vcpkg-ef2d3ff6d0c3cfc5754a640d0929d25aa13b4e14.zip
[fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking. (#6540)
* [fftw3] Cleanup of CMake targets. Modernize. Improve DLL marking. * [fftw3] Use combined threads to enable DLLs on Windows.
Diffstat (limited to 'ports/fftw3/fix-dynamic.patch')
-rw-r--r--ports/fftw3/fix-dynamic.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/ports/fftw3/fix-dynamic.patch b/ports/fftw3/fix-dynamic.patch
deleted file mode 100644
index a39d1b968..000000000
--- a/ports/fftw3/fix-dynamic.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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