aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/botan/verbose-install.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/botan/verbose-install.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/botan/verbose-install.patch')
-rw-r--r--vcpkg/ports/botan/verbose-install.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/botan/verbose-install.patch b/vcpkg/ports/botan/verbose-install.patch
new file mode 100644
index 0000000..4f6101e
--- /dev/null
+++ b/vcpkg/ports/botan/verbose-install.patch
@@ -0,0 +1,13 @@
+diff --git a/src/build-data/makefile.in b/src/build-data/makefile.in
+index 1d50a31..64789a5 100644
+--- a/src/build-data/makefile.in
++++ b/src/build-data/makefile.in
+@@ -61,7 +61,7 @@ distclean:
+ "$(PYTHON_EXE)" "$(SCRIPTS_DIR)/cleanup.py" --build-dir="%{build_dir}" --distclean
+
+ install: %{install_targets}
+- "$(PYTHON_EXE)" "$(SCRIPTS_DIR)/install.py" --build-dir="%{build_dir}"
++ "$(PYTHON_EXE)" "$(SCRIPTS_DIR)/install.py" --build-dir="%{build_dir}" --verbose
+
+ check: tests
+ "$(PYTHON_EXE)" "$(SCRIPTS_DIR)/check.py" --build-dir="%{build_dir}"