summaryrefslogtreecommitdiff
path: root/contrib/depends/patches
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-11-15 14:14:15 +0000
committercyan <cyjan@mrcyjanek.net>2024-11-15 14:14:15 +0000
commitd8fdddcc3f96eaaf3216b65e36b940b0bbcb7d10 (patch)
tree7263c7a4197dc672d68bb050d461c24df4b13b55 /contrib/depends/patches
parent482cb1c53167f6c9ffb627fc4c7c32e0dc3edd24 (diff)
switch to ubuntu:24.04
add POLYSEED_STATIC to toolchain.cmake.in in order to properly link drop patches
Diffstat (limited to 'contrib/depends/patches')
-rw-r--r--contrib/depends/patches/polyseed/force-static-mingw.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/depends/patches/polyseed/force-static-mingw.patch b/contrib/depends/patches/polyseed/force-static-mingw.patch
deleted file mode 100644
index f05cb2b..0000000
--- a/contrib/depends/patches/polyseed/force-static-mingw.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/include/polyseed.h
-+++ b/include/polyseed.h
-@@ -93,13 +93,13 @@ Shared/static library definitions
- - define POLYSEED_STATIC when linking to the static library
- */
- #if defined(_WIN32) || defined(__CYGWIN__)
-- #ifdef POLYSEED_SHARED
-- #define POLYSEED_API __declspec(dllexport)
-- #elif !defined(POLYSEED_STATIC)
-- #define POLYSEED_API __declspec(dllimport)
-- #else
-- #define POLYSEED_API
-- #endif
-+// #ifdef POLYSEED_SHARED
-+// #define POLYSEED_API __declspec(dllexport)
-+// #elif !defined(POLYSEED_STATIC)
-+// #define POLYSEED_API __declspec(dllimport)
-+// #else
-+ #define POLYSEED_API
-+// #endif
- #define POLYSEED_PRIVATE
- #else
- #ifdef POLYSEED_SHARED