From a328f478883886952d8c0ea283c8dc6ddd792d2d Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 6 Sep 2021 12:10:34 +0200 Subject: [PATCH] gtk+: use existing config.{guess,sub} This shall work until libtools also uses version numbers. NB: Source of the patches is (or any other mirror): https://mirrors.slackware.com/slackware/slackware-current/source/l/gtk+/ --- gtk+.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk+.be0 b/gtk+.be0 index 66e8f8071..fc9990b14 100755 --- a/gtk+.be0 +++ b/gtk+.be0 @@ -76,7 +76,7 @@ PATCHURL+=("https://beehive.molgen.mpg.de/5befe8fe29aa3729cc7278c80400ceba/gtk+- mee_patch() { bee_patch "${@}" - cp -p /usr/share/automake-1.15/config.{guess,sub} . + cp -p /usr/share/libtool/config/config.{guess,sub} . } export CFLAGS='-O2 -fPIC'