aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl86
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-08-08 14:06:13 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-08-08 14:06:13 +0000
commit870f942062c87cf4608bbb78bf71a775bfa32ac6 (patch)
treea148f9c841c7573210e62da79c294b585dbd9841 /lang/tcl86
parentff2f0dbfff8f66490cbc64a7aa0e722052721d8a (diff)
downloadports-870f942062c87cf4608bbb78bf71a775bfa32ac6.tar.gz
ports-870f942062c87cf4608bbb78bf71a775bfa32ac6.zip
- Revert stripping the shlib. Stubs need symbols.
Hinted by: antoine
Notes
Notes: svn path=/head/; revision=364361
Diffstat (limited to 'lang/tcl86')
-rw-r--r--lang/tcl86/files/patch-unix-Makefile.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/tcl86/files/patch-unix-Makefile.in b/lang/tcl86/files/patch-unix-Makefile.in
index 871237685bb6..10ab927aeebd 100644
--- a/lang/tcl86/files/patch-unix-Makefile.in
+++ b/lang/tcl86/files/patch-unix-Makefile.in
@@ -22,15 +22,6 @@
# Package search path.
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
-@@ -152,7 +154,7 @@
- # distribution, which is slower but guaranteed to work.
-
- INSTALL_STRIP_PROGRAM = -s
--INSTALL_STRIP_LIBRARY = -S -x
-+INSTALL_STRIP_LIBRARY = -s
-
- INSTALL = $(SHELL) $(UNIX_DIR)/install-sh -c
- INSTALL_PROGRAM = ${INSTALL}
@@ -611,9 +613,9 @@
# Start of rules
#--------------------------------------------------------------------------