mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
540 B
Plaintext
15 lines
540 B
Plaintext
Set this here so it propagates through everything.
|
|
|
|
Index: configure
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -9322,7 +9322,7 @@ TDOMSHELL=tcldomsh
|
|
#--------------------------------------------------------------------
|
|
|
|
# pkglibdir must be a fully qualified path and (not ${exec_prefix}/lib)
|
|
- eval pkglibdir="${libdir}/tdom${PACKAGE_VERSION}"
|
|
+ eval pkglibdir="${libdir}"
|
|
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
|
|
eval tdom_LIB_FLAG="-ltdom${PACKAGE_VERSION}"
|
|
eval tdom_STUB_LIB_FLAG="-ltdomstub${PACKAGE_VERSION}"
|