diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2024-03-19 19:54:30 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2024-03-19 20:04:53 +0000 |
commit | 46238ef8139282444bd9723af21c18a036624bae (patch) | |
tree | 51eb723e409b825e862f7edc72b4978c0287753f /lang/tcl86/files | |
parent | 22d0c883078fb919237a07bf7a39dc02563d3a01 (diff) | |
download | ports-46238ef8139282444bd9723af21c18a036624bae.tar.gz ports-46238ef8139282444bd9723af21c18a036624bae.zip |
Diffstat (limited to 'lang/tcl86/files')
-rw-r--r-- | lang/tcl86/files/patch-unix-Makefile.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/tcl86/files/patch-unix-Makefile.in b/lang/tcl86/files/patch-unix-Makefile.in index b846f5ec0a22..a4c5236e9b9a 100644 --- a/lang/tcl86/files/patch-unix-Makefile.in +++ b/lang/tcl86/files/patch-unix-Makefile.in @@ -22,6 +22,15 @@ # Package search path. TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@ +@@ -151,7 +153,7 @@ INSTALL_STRIP_PROGRAM = strip + # distribution, which is slower but guaranteed to work. + + INSTALL_STRIP_PROGRAM = strip +-INSTALL_STRIP_LIBRARY = strip -x ++INSTALL_STRIP_LIBRARY = strip --strip-unneeded + + INSTALL = $(SHELL) $(UNIX_DIR)/install-sh -c + INSTALL_PROGRAM = ${INSTALL} @@ -714,9 +716,9 @@ SRCS = $(GENERIC_SRCS) $(UNIX_SRCS) $(NOTIFY_SRCS) \ # Start of rules #-------------------------------------------------------------------------- |