diff options
author | David Tardon <dtardon@redhat.com> | 2018-12-29 14:53:07 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2018-12-29 22:01:48 +0100 |
commit | a8965ebc1b29ba578fc3e9cd6915e85e807d9fd6 (patch) | |
tree | df0b37191df91720eb38aaf9411faf6d2efe4ec2 /external/libcdr/libcdr-visibility-win.patch | |
parent | 695f841604dbc7122dc6d5beee6b1200e562f3be (diff) |
upload libcdr 0.1.5
Change-Id: I01454cc35baf96743bd19e64dd3a7269c58621bf
Reviewed-on: https://gerrit.libreoffice.org/65715
Tested-by: Jenkins
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libcdr/libcdr-visibility-win.patch')
-rw-r--r-- | external/libcdr/libcdr-visibility-win.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/external/libcdr/libcdr-visibility-win.patch b/external/libcdr/libcdr-visibility-win.patch new file mode 100644 index 000000000000..7700cfd32f2f --- /dev/null +++ b/external/libcdr/libcdr-visibility-win.patch @@ -0,0 +1,11 @@ +--- configure.dt 2018-12-29 16:23:02.355271146 +0100 ++++ configure 2018-12-29 16:23:21.644060142 +0100 +@@ -19116,6 +19116,8 @@ + + + if test $platform_win32 = yes; then : ++ HAVE_VISIBILITY_TRUE='#' ++ HAVE_VISIBILITY_FALSE= + + else + |