vcpkg/ports/libmupdf/dont-generate-extract-3rd-party-things.patch

21 lines
452 B
Diff
Raw Normal View History

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 ---