Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2232 from mariux64/fix-build-gtk+
gtk+: use existing config.{guess,sub}
  • Loading branch information
thomas committed Sep 6, 2021
2 parents 7a763cf + 63ac725 commit 3986da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtk+.be0
@@ -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

0 comments on commit 3986da2

Please sign in to comment.