diff options
author | gahr <gahr@FreeBSD.org> | 2014-08-08 22:06:13 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-08-08 22:06:13 +0800 |
commit | 96aa32650c7735999069e52ed364a997802cb7dd (patch) | |
tree | a148f9c841c7573210e62da79c294b585dbd9841 /lang | |
parent | 6807a7c7d79e528f1a2ec78e62c949f5fff8b977 (diff) | |
download | freebsd-ports-gnome-96aa32650c7735999069e52ed364a997802cb7dd.tar.gz freebsd-ports-gnome-96aa32650c7735999069e52ed364a997802cb7dd.tar.zst freebsd-ports-gnome-96aa32650c7735999069e52ed364a997802cb7dd.zip |
- Revert stripping the shlib. Stubs need symbols.
Hinted by: antoine
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl86/files/patch-unix-Makefile.in | 9 |
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 #-------------------------------------------------------------------------- |