mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
WWW: http://beepcore-tcl.sourceforge.net/tclsasl.html PR: ports/96359 Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
28 lines
852 B
Text
28 lines
852 B
Text
--- Makefile.in.orig Sat Jun 8 11:10:07 2002
|
|
+++ Makefile.in Wed Apr 26 13:14:22 2006
|
|
@@ -137,7 +137,7 @@
|
|
WISH_PROG = @WISH_PROG@
|
|
tclsasl_LIB_FILE = @tclsasl_LIB_FILE@
|
|
|
|
-LIB_TCL = -ltcl83
|
|
+LIB_TCL = $(TCL_STUB_LIB_SPEC)
|
|
LIB_SASL = @CYRUS_LIBS@
|
|
|
|
tclsasl_version = 1:0:0
|
|
@@ -367,7 +367,7 @@
|
|
install: install-am
|
|
uninstall-am: uninstall-libLTLIBRARIES
|
|
uninstall: uninstall-am
|
|
-all-am: Makefile $(LTLIBRARIES)
|
|
+all-am: $(LTLIBRARIES)
|
|
all-redirect: all-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
|
@@ -437,7 +437,6 @@
|
|
sed -e 's%load .libs/libtclsasl.so%package require sasl%' \
|
|
< test.tcl \
|
|
> @PKG_TCL@/test.tcl
|
|
- cp doc/tclsasl.html @PKG_TCL@/
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|