46 lines
1.8 KiB
Plaintext
46 lines
1.8 KiB
Plaintext
$OpenBSD: patch-tclConfig_sh_in,v 1.1 2003/11/08 04:50:58 kevlo Exp $
|
|
--- tclConfig.sh.in.orig 2002-10-18 20:44:46.000000000 +0000
|
|
+++ tclConfig.sh.in 2003-11-08 09:30:18.000000000 +0000
|
|
@@ -109,10 +109,6 @@ TCL_RANLIB='@RANLIB@'
|
|
TCL_LIB_FLAG='@TCL_LIB_FLAG@'
|
|
|
|
# String to pass to linker to pick up the Tcl library from its
|
|
-# build directory.
|
|
-TCL_BUILD_LIB_SPEC='@TCL_BUILD_LIB_SPEC@'
|
|
-
|
|
-# String to pass to linker to pick up the Tcl library from its
|
|
# installed directory.
|
|
TCL_LIB_SPEC='@TCL_LIB_SPEC@'
|
|
|
|
@@ -135,14 +131,6 @@ TCL_SHARED_LIB_SUFFIX='@CFG_TCL_SHARED_L
|
|
# VERSION. On most UNIX systems this is ${VERSION}.a.
|
|
TCL_UNSHARED_LIB_SUFFIX='@CFG_TCL_UNSHARED_LIB_SUFFIX@'
|
|
|
|
-# Location of the top-level source directory from which Tcl was built.
|
|
-# This is the directory that contains a README file as well as
|
|
-# subdirectories such as generic, unix, etc. If Tcl was compiled in a
|
|
-# 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@'
|
|
-
|
|
# List of standard directories in which to look for packages during
|
|
# "package require" commands. Contains the "prefix" directory plus also
|
|
# the "exec_prefix" directory, if it is different.
|
|
@@ -158,15 +146,8 @@ TCL_STUB_LIB_FILE='@TCL_STUB_LIB_FILE@'
|
|
TCL_STUB_LIB_FLAG='@TCL_STUB_LIB_FLAG@'
|
|
|
|
# String to pass to linker to pick up the Tcl stub library from its
|
|
-# build directory.
|
|
-TCL_BUILD_STUB_LIB_SPEC='@TCL_BUILD_STUB_LIB_SPEC@'
|
|
-
|
|
-# String to pass to linker to pick up the Tcl stub library from its
|
|
# installed directory.
|
|
TCL_STUB_LIB_SPEC='@TCL_STUB_LIB_SPEC@'
|
|
|
|
-# Path to the Tcl stub library in the build directory.
|
|
-TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@'
|
|
-
|
|
# Path to the Tcl stub library in the install directory.
|
|
TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@'
|