Skip to content

Commit

Permalink
gtk+: use existing config.{guess,sub}
Browse files Browse the repository at this point in the history
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+/
  • Loading branch information
thomas committed Sep 6, 2021
1 parent b8ae583 commit a328f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk+.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a328f47

Please sign in to comment.