aboutsummaryrefslogtreecommitdiff
path: root/ports/gflags/fix-static-linking.patch
blob: 0cefed2e33ca00e765a60daef718b75b80e432ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/gflags.h.in b/src/gflags.h.in
index 43b3f7a..82e640f 100644
--- a/src/gflags.h.in
+++ b/src/gflags.h.in
@@ -86,7 +86,7 @@
 
 // We always want to export variables defined in user code
 #ifndef GFLAGS_DLL_DEFINE_FLAG
-#  ifdef _MSC_VER
+#  if GFLAGS_IS_A_DLL && defined(_MSC_VER)
 #    define GFLAGS_DLL_DEFINE_FLAG __declspec(dllexport)
 #  else
 #    define GFLAGS_DLL_DEFINE_FLAG