libqxp: fix copy&paste path

Since
commit 05aedcba66
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>
This commit is contained in:
Xisco Fauli 2024-11-26 13:30:36 +01:00
parent 0a1025adeb
commit 174d1d3f3b

View file

@ -17,7 +17,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libqxp,0))
$(eval $(call gb_UnpackedTarball_add_patches,libqxp, \ $(eval $(call gb_UnpackedTarball_add_patches,libqxp, \
external/libqxp/android-workaround.patch.1 \ 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: # vim: set noet sw=4 ts=4: