mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
12 lines
492 B
Plaintext
12 lines
492 B
Plaintext
$NetBSD: patch-ad,v 1.1 2012/11/23 12:27:03 drochner Exp $
|
|
|
|
--- pkgIndex.tcl.in.orig 2003-12-15 18:46:20.000000000 +0000
|
|
+++ pkgIndex.tcl.in
|
|
@@ -5,5 +5,5 @@
|
|
# replace the original which didn't include the commands from "tls.tcl".
|
|
#
|
|
|
|
-package ifneeded tls 1.5 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
|
|
+package ifneeded tls 1.50 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
|
|
|