summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-06-15 08:20:25 +0000
committerPacho Ramos <pacho@gentoo.org>2010-06-15 08:20:25 +0000
commitc3ebff5c8581e6942aa9cfcbc367a54ce1cb1730 (patch)
tree7c15a5d1edfafb4f91ca33ceb305acab808610df /gnome-extra/evolution-exchange/evolution-exchange-2.30.1.ebuild
parentTry to fix bug 314053 (diff)
downloadhistorical-c3ebff5c8581e6942aa9cfcbc367a54ce1cb1730.tar.gz
historical-c3ebff5c8581e6942aa9cfcbc367a54ce1cb1730.tar.bz2
historical-c3ebff5c8581e6942aa9cfcbc367a54ce1cb1730.zip
Stop passing DISABLE_DEPRECATED and DISABLE_SINGLE_INCLUDES (bug #323991)
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'gnome-extra/evolution-exchange/evolution-exchange-2.30.1.ebuild')
-rw-r--r--gnome-extra/evolution-exchange/evolution-exchange-2.30.1.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.30.1.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.30.1.ebuild
index 205afbffdbdb..1bac4b081e40 100644
--- a/gnome-extra/evolution-exchange/evolution-exchange-2.30.1.ebuild
+++ b/gnome-extra/evolution-exchange/evolution-exchange-2.30.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.30.1.ebuild,v 1.1 2010/06/13 21:41:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.30.1.ebuild,v 1.2 2010/06/15 08:20:25 pacho Exp $
EAPI="2"
@@ -62,6 +62,12 @@ src_prepare() {
sed 's/CFLAGS="$CFLAGS $WARNING_FLAGS"//' \
-i configure.ac configure || die "sed 1 failed"
+ sed 's:-DG.*DISABLE_DEPRECATED::g' -i configure.ac configure \
+ || die "sed 2 failed"
+
+ sed 's:-DG.*DISABLE_SINGLE_INCLUDES::g' -i configure.ac configure \
+ || die "sed 3 failed"
+
intltoolize --force --copy --automake || die "intltoolize failed"
eautoreconf
}