office-gobmx/external/libgpg-error/w32-build-fixes-2.patch.1
Taichi Haradaguchi 380348d718 libgpg-error: upgrade to release 1.47
* Remove external/libgpg-error/w32-build-fixes-3.patch.1, which has
  redundant contents with a part of external/libgpg-error/w32-build-fixes-5.patch.

Change-Id: I330b5f92717c1c5f6c0637940dfe7c3ac7e58b21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145169
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-09-09 23:52:27 +02:00

21 lines
806 B
Groff

diff -ru libgpg-error.orig/src/Makefile.in libgpg-error/src/Makefile.in
--- libgpg-error.orig/src/Makefile.in 2023-04-06 17:30:13.000000000 +0900
+++ libgpg-error/src/Makefile.in 2023-08-30 14:44:01.102310369 +0900
@@ -1619,7 +1618,7 @@
@HAVE_W32_SYSTEM_TRUE@.rc.lo:
-@HAVE_W32_SYSTEM_TRUE@ $(LTRCCOMPILE) -i "$<" -o "$@"
+@HAVE_W32_SYSTEM_TRUE@ $(LTRCCOMPILE) -i $< -o $@
@HAVE_W32_SYSTEM_TRUE@versioninfo.lo : gpg-error.w32-manifest
@@ -1660,7 +1659,7 @@
# It is correct to use $(CPP). We want the host's idea of the error codes.
mkerrcodes.h: Makefile mkerrcodes.awk
$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
- $(CPP) $(CPPFLAGS) -P _$@ | grep GPG_ERR_ | \
+ $(CPP) $(CPPFLAGS) _$@ | grep GPG_ERR_ | \
$(AWK) -f $(srcdir)/mkerrcodes.awk >$@
-rm _$@