summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-01-23 16:30:11 +0000
committerChristoph Mende <angelos@gentoo.org>2009-01-23 16:30:11 +0000
commita9a936ef55991088d505b7e3c4460820b6dfeaa3 (patch)
tree482c12235076c770884651f96597c155a409b964 /app-office/orage/orage-4.5.14.0.ebuild
parentFix build with test features reported in stabilization bug #254833 (diff)
downloadhistorical-a9a936ef55991088d505b7e3c4460820b6dfeaa3.tar.gz
historical-a9a936ef55991088d505b7e3c4460820b6dfeaa3.tar.bz2
historical-a9a936ef55991088d505b7e3c4460820b6dfeaa3.zip
Fixed building on on BSD, bug 255840
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-office/orage/orage-4.5.14.0.ebuild')
-rw-r--r--app-office/orage/orage-4.5.14.0.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/app-office/orage/orage-4.5.14.0.ebuild b/app-office/orage/orage-4.5.14.0.ebuild
index a2cf6accb713..a8b5927cb30e 100644
--- a/app-office/orage/orage-4.5.14.0.ebuild
+++ b/app-office/orage/orage-4.5.14.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.5.14.0.ebuild,v 1.1 2008/09/19 16:07:18 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.5.14.0.ebuild,v 1.2 2009/01/23 16:30:11 angelos Exp $
-inherit gnome2-utils
+inherit eutils gnome2-utils
DESCRIPTION="Calendar suite for Xfce4"
HOMEPAGE="http://www.kolumbus.fi/~w408237/orage"
@@ -27,6 +27,12 @@ DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-bsd.patch
+}
+
src_compile() {
econf $(use_enable dbus) \
$(use_enable debug) \