updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / blt / blt2.4z-noexactversion.patch
blob334d166bd4b2f90fb5d1942fa2b60e206ce4e3c1
1 --- src/bltInit.c.orig 2008-03-17 18:42:09.000000000 -0700
2 +++ src/bltInit.c 2008-03-17 18:43:05.000000000 -0700
3 @@ -415,7 +415,7 @@
4 * Check that the versions of Tcl that have been loaded are
5 * the same ones that BLT was compiled against.
6 */
7 - if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, EXACT) == NULL) {
8 + if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) {
9 return TCL_ERROR;
11 /* Set the "blt_version", "blt_patchLevel", and "blt_libPath" Tcl