summaryrefslogtreecommitdiff
path: root/security/tclsasl/files/patch-Makefile.in
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-29 15:55:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-29 15:55:15 +0000
commit6fa6a665296011973a4ff7992abe7f6e12f9967f (patch)
treedceba9bb5d31306a5d4628e02ad7de05626aa358 /security/tclsasl/files/patch-Makefile.in
parentTCLMORE provides a few commands to TCL interpreters and a set of (diff)
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>
Notes
Notes: svn path=/head/; revision=160803
Diffstat (limited to 'security/tclsasl/files/patch-Makefile.in')
-rw-r--r--security/tclsasl/files/patch-Makefile.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/security/tclsasl/files/patch-Makefile.in b/security/tclsasl/files/patch-Makefile.in
new file mode 100644
index 000000000000..fc524ece1962
--- /dev/null
+++ b/security/tclsasl/files/patch-Makefile.in
@@ -0,0 +1,28 @@
+--- 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.