vcpkg/ports/libmupdf/dont-generate-extract-3rd-party-things.patch
simon987 6cfa934411
[libmupdf] Update to 1.19.0-rc2 (#20328)
* Update libmupdf to 1.19.0-rc2

* Add results of ./vcpkg x-add-version --all

* minimize patch

* update version

* Use 4 spaces rather than 2

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Remove vcpkg-cmake-config dependency

* Run x-add-version

Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-11-09 13:42:04 -08:00

17 lines
368 B
Diff

--- a/Makethird
+++ b/Makethird
@@ -238,6 +238,7 @@ endif
# --- EXTRACT ---
+ifeq (0, 1)
THIRD_CFLAGS += $(EXTRACT_CFLAGS)
THIRD_LIBS += $(EXTRACT_LIBS)
THIRD_SRC += $(EXTRACT_SRC)
@@ -268,3 +269,4 @@ thirdparty/extract/src/odt_template.c: thirdparty/extract/src/template.odt third
@touch $@
generate: thirdparty/extract/src/docx_template.c
+endif