aboutsummaryrefslogtreecommitdiff
path: root/ports/libsigcpp/dont-import-symbols.patch
diff options
context:
space:
mode:
authorDale Stammen <dalestam@microsoft.com>2017-01-12 20:39:49 -0800
committerDale Stammen <dalestam@microsoft.com>2017-01-12 20:39:49 -0800
commit7676b8780db1e1e591c4fc7eba4f96f73c428cb4 (patch)
tree6864d24f6ea1fc6acec7a54e0f2b7e80a54642dc /ports/libsigcpp/dont-import-symbols.patch
parent30429e68db721f542abf153293b49822c107870e (diff)
parent9072f51d746b857dfda19844cc773181d6d42382 (diff)
downloadvcpkg-7676b8780db1e1e591c4fc7eba4f96f73c428cb4.tar.gz
vcpkg-7676b8780db1e1e591c4fc7eba4f96f73c428cb4.zip
Merge branch 'master' into curl-uwp
Diffstat (limited to 'ports/libsigcpp/dont-import-symbols.patch')
-rw-r--r--ports/libsigcpp/dont-import-symbols.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/libsigcpp/dont-import-symbols.patch b/ports/libsigcpp/dont-import-symbols.patch
new file mode 100644
index 000000000..b031d3baf
--- /dev/null
+++ b/ports/libsigcpp/dont-import-symbols.patch
@@ -0,0 +1,13 @@
+diff --git a/sigc++config.h b/sigc++config.h
+index e212700..8d7366e 100644
+--- a/sigc++config.h
++++ b/sigc++config.h
+@@ -72,6 +72,8 @@
+
+ #endif /* !SIGC_MSC */
+
++#undef SIGC_DLL
++
+ #ifdef SIGC_DLL
+ # if defined(SIGC_BUILD) && defined(_WINDLL)
+ # define SIGC_API __declspec(dllexport)