ports/security/tclsasl/files/patch-Makefile.in
Pav Lucistnik 6fa6a66529 Tcl SASL provides a Tcl interface to the Cyrus SASLv2 library.
WWW: http://beepcore-tcl.sourceforge.net/tclsasl.html

PR:		ports/96359
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2006-04-29 15:55:15 +00:00

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.