diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-12 15:00:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-12 17:37:11 +0000 |
commit | ba8a957bfaffdddd10782ccb06d80d54e5805fcd (patch) | |
tree | ee9e4e2670c9f421281824c5192f9fb581312635 /external/libvisio/UnpackedTarball_libvisio.mk | |
parent | 51af0ef35b5a7ed0d1468f11cca73ba0158e8be4 (diff) |
Generalize COM_GCC_IS_CLANG -> COM_IS_CLANG
...in anticipation of building with clang-cl.exe on Windows
Change-Id: I1d723c9d3b5ca8a2bc6b27ef0189a7b053581398
Reviewed-on: https://gerrit.libreoffice.org/19928
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/libvisio/UnpackedTarball_libvisio.mk')
-rw-r--r-- | external/libvisio/UnpackedTarball_libvisio.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libvisio/UnpackedTarball_libvisio.mk b/external/libvisio/UnpackedTarball_libvisio.mk index 9b555d4706ef..027c38e5b755 100644 --- a/external/libvisio/UnpackedTarball_libvisio.mk +++ b/external/libvisio/UnpackedTarball_libvisio.mk @@ -17,7 +17,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,libvisio,\ external/libvisio/ubsan.patch \ )) -ifeq ($(COM_GCC_IS_CLANG),TRUE) +ifeq ($(COM_IS_CLANG),TRUE) ifneq ($(filter -fsanitize=%,$(CC)),) $(eval $(call gb_UnpackedTarball_add_patches,libvisio, \ external/libvisio/ubsan-visibility.patch \ |