0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/pidgin/tcl_tk_support.patch
Jia Yuan Lo b01cb03fa5 fix(x11/pidgin): set conflict with finch and fix build
Link with internal libpurple properly
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 \