aboutsummaryrefslogtreecommitdiff
path: root/libraries/liboop/patches
diff options
context:
space:
mode:
authorOzan Türkyılmaz <ozan.turkyilmaz@gmail.com>2022-03-28 17:01:25 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:18:54 +0700
commitf862997883f18b2129989c675eecb655b0983345 (patch)
tree9a6440e4a395fd533e54511c6947f881f8f96958 /libraries/liboop/patches
parentf7ae66333b5a73d5a4dc366973caeac65e76e0a9 (diff)
libraries/liboop Update to 1.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/liboop/patches')
-rw-r--r--libraries/liboop/patches/tcl_dev.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/libraries/liboop/patches/tcl_dev.patch b/libraries/liboop/patches/tcl_dev.patch
new file mode 100644
index 0000000000..8a93aeb502
--- /dev/null
+++ b/libraries/liboop/patches/tcl_dev.patch
@@ -0,0 +1,22 @@
+--- a/configure
++++ b/configure
+@@ -12666,7 +12666,7 @@ fi
+ fi
+
+ if test xno != x$with_tcl; then
+- for version in 8.4 8.3 8.2 8.1 8.0 ; do
++ for version in "" 8.4 8.3 8.2 8.1 8.0 ; do
+ CPPFLAGS="$save_cppflags -I/usr/include/tcl$version"
+ as_ac_Lib=`$as_echo "ac_cv_lib_tcl$version''_Tcl_Main" | $as_tr_sh`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl_Main in -ltcl$version" >&5
+--- a/configure.ac
++++ b/configure.ac
+@@ -71,7 +71,7 @@ if test xno != x$with_glib; then
+ fi
+
+ if test xno != x$with_tcl; then
+- for version in 8.4 8.3 8.2 8.1 8.0 ; do
++ for version in "" 8.4 8.3 8.2 8.1 8.0 ; do
+ CPPFLAGS="$save_cppflags -I/usr/include/tcl$version"
+ AC_CHECK_LIB(tcl$version,Tcl_Main,[
+ AC_CHECK_HEADER(tcl.h,[