Skip to content

gtk+: use existing config.{guess,sub} #2232

Merged
merged 2 commits into from
Sep 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions gtk+.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gtk+-1.2.10-3
# BEE_VERSION gtk+-1.2.10-4

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down 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