Skip to content

Commit

Permalink
gtk+: Adjust outdated build tools
Browse files Browse the repository at this point in the history
- packaged config.guess/config.sub aren't aware of modern CPU's
 - make libs shareable on 64bit (-fPIC)
 - don't use libtool from package
  • Loading branch information
thomas committed Nov 6, 2019
1 parent fdba0f9 commit 53c618c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions gtk+.be0
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,20 @@ PATCHURL+=(${XPATCHROOT}/gtk+-1.2.10-format.patch.gz)
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
cp -p /usr/share/automake-1.15/config.{guess,sub} .
}

export CFLAGS='-O2 -fPIC'
export CXXFLAGS='-O2 -fPIC'
#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}
mee_build() {
bee_build LIBTOOL=/usr/bin/libtool
}

#mee_install() {
# bee_install
Expand Down

0 comments on commit 53c618c

Please sign in to comment.