vcpkg/ports/libmupdf/dont-generate-extract-3rd-party-things.patch
Lily Wang fa7a35ab8c
[libmupdf] Update to 1.24.10 (#41467)
Co-authored-by: LilyWangLL <4945507022qq.com>
2024-10-15 20:52:26 -07:00

21 lines
452 B
Diff

diff --git a/Makethird b/Makethird
index f9c7896..63799b1 100644
--- a/Makethird
+++ b/Makethird
@@ -253,6 +253,7 @@ endif
# --- EXTRACT ---
+ifeq (0, 1)
THIRD_CFLAGS += $(EXTRACT_CFLAGS)
THIRD_LIBS += $(EXTRACT_LIBS)
THIRD_SRC += $(EXTRACT_SRC)
@@ -283,6 +284,7 @@ thirdparty/extract/src/odt_template.c: thirdparty/extract/src/template.odt third
@touch $@
generate: thirdparty/extract/src/docx_template.c
+endif
# --- LIBARCHIVE ---