diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-11-26 13:30:36 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-11-27 15:53:26 +0100 |
commit | 98f56aee675ef339acddfe44b195b3ca9d53ec0a (patch) | |
tree | 170411e14d2288077c36f552eac514d0087d0c79 /external | |
parent | 34d9b2211a0427ec6d7624759b26e1d32f4d94ff (diff) |
libqxp: fix copy&paste path
Since
commit 05aedcba6672979d317b540bbfa74f5c9b409402
Author: Stephan Bergmann <sbergman@redhat.com>
Date: Thu Jan 21 23:19:20 2021 +0100
Fix use of -fvisibility=hidden with Clang in external/libcdr, external/libqxp
Change-Id: Idb97eaea30f5a2b15379b18981455532de0308b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177330
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
(cherry picked from commit 174d1d3f3b57547c86ff858d1c2ed931eca3bb37)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177354
Diffstat (limited to 'external')
-rw-r--r-- | external/libqxp/UnpackedTarball_libqxp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libqxp/UnpackedTarball_libqxp.mk b/external/libqxp/UnpackedTarball_libqxp.mk index 9f111bcb2b81..54d3e36addd4 100644 --- a/external/libqxp/UnpackedTarball_libqxp.mk +++ b/external/libqxp/UnpackedTarball_libqxp.mk @@ -17,7 +17,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libqxp,0)) $(eval $(call gb_UnpackedTarball_add_patches,libqxp, \ external/libqxp/android-workaround.patch.1 \ - external/libcdr/ax_gcc_func_attribute.m4.patch \ + external/libqxp/ax_gcc_func_attribute.m4.patch \ )) # vim: set noet sw=4 ts=4: |