aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl85
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2023-04-24 15:49:14 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2023-04-24 15:51:34 +0000
commit4ef4b555f46b1bddd6600380dbcf0dacb013b95e (patch)
tree4cddc4684fa86be0543d19d1fcc419aa56affc1e /lang/tcl85
parentfe2ac1750de1294dc8a712bb418a766ae9549823 (diff)
downloadports-4ef4b555f46b1bddd6600380dbcf0dacb013b95e.tar.gz
ports-4ef4b555f46b1bddd6600380dbcf0dacb013b95e.zip
lang/tcl8[5-7], x11-toolkits/tk8[5-7]: fix build with WITH_LLVM_BINUTILS
PR: 270768 Reported by: emaste
Diffstat (limited to 'lang/tcl85')
-rw-r--r--lang/tcl85/files/patch-Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/tcl85/files/patch-Makefile.in b/lang/tcl85/files/patch-Makefile.in
index a12d76e18109..aed41d3016ed 100644
--- a/lang/tcl85/files/patch-Makefile.in
+++ b/lang/tcl85/files/patch-Makefile.in
@@ -9,6 +9,15 @@
# Path to the private tcl header dir:
PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@
+@@ -149,7 +151,7 @@ SHELL = @MAKEFILE_SHELL@
+ # distribution, which is slower but guaranteed to work.
+
+ INSTALL_STRIP_PROGRAM = -s
+-INSTALL_STRIP_LIBRARY = -S -x
++INSTALL_STRIP_LIBRARY = -S --strip-unneeded
+
+ INSTALL = $(SHELL) $(UNIX_DIR)/install-sh -c
+ INSTALL_PROGRAM = ${INSTALL}
@@ -546,7 +548,7 @@ SRCS = $(GENERIC_SRCS) $(TOMMATH_SRCS) $(UNIX_SRCS) $(
all: binaries libraries doc