SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
databases/tdbc/patches/patch-configure
Normal file
21
databases/tdbc/patches/patch-configure
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -9259,7 +9259,7 @@ tdbc_SRC_DIR=`cd "${tdbc_SRC_DIR}"; $CYGPATH $(pwd)`
|
||||
|
||||
# Develop a fully qualified path for where .tcl files for the tdbc package
|
||||
# appear at run time.
|
||||
-eval tdbc_LIB_DIR="${libdir}/${PACKAGE_NAME}${PACKAGE_VERSION}"
|
||||
+eval tdbc_LIB_DIR="${libdir}/tcl/${PACKAGE_NAME}"
|
||||
if test -d "${tdbc_LIB_DIR}" ; then
|
||||
tdbc_LIB_DIR=`cd "${tdbc_LIB_DIR}"; $CYGPATH $(pwd)`
|
||||
fi
|
||||
@@ -9273,7 +9273,7 @@ fi
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
# pkglibdir must be a fully qualified path and (not ${exec_prefix}/lib)
|
||||
- eval pkglibdir="${libdir}/tdbc${PACKAGE_VERSION}"
|
||||
+ eval pkglibdir="${libdir}"
|
||||
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
|
||||
eval tdbc_LIB_FLAG="-ltdbc${PACKAGE_VERSION}"
|
||||
eval tdbc_STUB_LIB_FLAG="-ltdbcstub${PACKAGE_VERSION}"
|
Loading…
Add table
Add a link
Reference in a new issue