openbsd-ports/lang/tcl/8.5/patches/patch-unix_tclConfig_sh_in
sthen 8723cde88a Patch tclConfig.sh to set TCL_SRC_DIR as the directory holding the
installed headers, rather than the port build directory.

From Stuart Cassoff (maintainer), ok deanna
2008-04-27 13:47:15 +00:00

13 lines
615 B
Plaintext

$OpenBSD: patch-unix_tclConfig_sh_in,v 1.1 2008/04/27 13:47:15 sthen Exp $
--- unix/tclConfig.sh.in.orig Sun Apr 27 09:39:05 2008
+++ unix/tclConfig.sh.in Sun Apr 27 09:38:19 2008
@@ -146,7 +146,7 @@ TCL_UNSHARED_LIB_SUFFIX='@CFG_TCL_UNSHARED_LIB_SUFFIX@
# different place than the directory containing the source files, this
# points to the location of the sources, not the location where Tcl was
# compiled.
-TCL_SRC_DIR='@TCL_SRC_DIR@'
+TCL_SRC_DIR='@includedir@'
# List of standard directories in which to look for packages during
# "package require" commands. Contains the "prefix" directory plus also