diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-23 17:07:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-23 17:07:21 +0000 |
commit | 38b7e3f2e847e1c96e752e9b87009686698172a1 (patch) | |
tree | 625a3f4575801f2658d165625203e2c11adf1726 /testing/evolution | |
parent | 8b580ca3e6725c17dceb8572e13e76d5b48649f5 (diff) | |
download | aports-38b7e3f2e847e1c96e752e9b87009686698172a1.tar.bz2 aports-38b7e3f2e847e1c96e752e9b87009686698172a1.tar.xz |
main/evolution: rebuild against db5
Diffstat (limited to 'testing/evolution')
-rw-r--r-- | testing/evolution/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/evolution/APKBUILD b/testing/evolution/APKBUILD index 428c37de3..edb89c805 100644 --- a/testing/evolution/APKBUILD +++ b/testing/evolution/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=evolution pkgver=2.32.1 -pkgrel=0 +pkgrel=1 pkgdesc="evolution mail client" url="http://projects.gnome.org/evolution" arch="all" @@ -24,6 +24,10 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + + # to build against gtk+-2.24 + # http://bugs.gentoo.org/show_bug.cgi?id=352400 + sed -i -e "s:-DGTK_DISABLE_DEPRECATED::" configure } build() { |