ports/textproc/tdom/patches/patch-configure

15 lines
522 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Do this here so it propagates through everything.
Index: configure
--- configure.orig
+++ configure
@@ -8994,7 +8994,7 @@ TDOMSHELL=tcldomsh
#--------------------------------------------------------------------
# pkglibdir must be a fully qualified path and (not ${exec_prefix}/lib)
- eval pkglibdir="${libdir}/${PACKAGE_NAME}${PACKAGE_VERSION}"
+ eval pkglibdir="${libdir}"
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
eval PKG_STUB_LIB_FLAG="-l${PACKAGE_NAME}stub${PACKAGE_VERSION}"
else