Skip to content

Commit

Permalink
gmime: Disable mono binding
Browse files Browse the repository at this point in the history
Depending on PATH settings, configure will find
/usr/local/package/bin/mono - this is not wanted, thus
it's disabled explicitly.

N.b.: the tools uudecode, uuencode are no longer installed by
default.
  • Loading branch information
thomas committed Jul 30, 2019
1 parent 03641a3 commit b3407b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gmime.be0
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ SRCURL[0]="https://ftp.acc.umu.se/pub/gnome/sources/gmime/${PKGVERSION[2]}/gmime
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure --enable-mono=no
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit b3407b4

Please sign in to comment.