summaryrefslogtreecommitdiff
path: root/dev-tcltk/itk/files/itk-4.2.3-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk/itk/files/itk-4.2.3-install.patch')
-rw-r--r--dev-tcltk/itk/files/itk-4.2.3-install.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-tcltk/itk/files/itk-4.2.3-install.patch b/dev-tcltk/itk/files/itk-4.2.3-install.patch
new file mode 100644
index 000000000000..1adc7574ba41
--- /dev/null
+++ b/dev-tcltk/itk/files/itk-4.2.3-install.patch
@@ -0,0 +1,11 @@
+--- a/configure 2024-02-29 19:28:27.192049469 +0100
++++ b/configure 2024-02-29 19:28:41.507876154 +0100
+@@ -2627,7 +2627,7 @@
+
+ # Configure the installer.
+
+- INSTALL='$(SHELL) $(srcdir)/tclconfig/install-sh -c'
++ INSTALL='$(SHELL) install -c'
+ INSTALL_DATA_DIR='${INSTALL} -d -m 755'
+ INSTALL_DATA='${INSTALL} -m 644'
+ INSTALL_PROGRAM='${INSTALL} -m 755'