0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 21:22:27 +00:00
termux-packages/packages/finch/tcl_tk_support.patch
Jia Yuan Lo 61246b827f chore(main/finch): sync patches with pidgin
* Drop arpa/nameser.h and arpa/nameser_compat.h as already included in
  NDK
* Replace patching Makefile.in with patching Makefile.am and run
  autoreconf (same as pidgin)
2024-07-31 12:56:04 +08:00

21 lines
548 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -2157,7 +2157,7 @@
if test "$enable_tcl" = yes; then
AC_MSG_CHECKING([for tclConfig.sh])
TCLCONFIG=no
- TCLCONFIGDIRS="/usr/lib \
+ TCLCONFIGDIRS="@TERMUX_PREFIX@/lib /usr/lib \
/usr/lib64 \
/usr/lib/tcl8.7 \
/usr/lib/tcl8.6 \
@@ -2234,7 +2234,7 @@
if test "$enable_tcl" = yes -a "$enable_tk" = yes; then
AC_MSG_CHECKING([for tkConfig.sh])
TKCONFIG=no
- TKCONFIGDIRS="/usr/lib \
+ TKCONFIGDIRS="@TERMUX_PREFIX@/lib /usr/lib \
/usr/lib64 \
/usr/lib/tk8.7 \
/usr/lib/tk8.6 \