diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-04-19 12:07:58 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-04-19 12:07:58 +0000 |
commit | a2b12702c66f246c4fa03d47b023b73f07c1bb55 (patch) | |
tree | cd4bb0a82dc0e31aff9f41425f7793fc35a95acc /gnome-extra | |
parent | Version bump and major cleaning. (diff) | |
download | gentoo-2-a2b12702c66f246c4fa03d47b023b73f07c1bb55.tar.gz gentoo-2-a2b12702c66f246c4fa03d47b023b73f07c1bb55.tar.bz2 gentoo-2-a2b12702c66f246c4fa03d47b023b73f07c1bb55.zip |
actually work on fbsd
(Portage version: 2.1.2.4)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/evolution-data-server/evolution-data-server-1.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-1.10.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-1.10.1.ebuild index 93dee5647294..3bb9585dc245 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-1.10.1.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-1.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.10.1.ebuild,v 1.2 2007/04/18 08:56:09 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-1.10.1.ebuild,v 1.3 2007/04/19 12:07:58 uberlord Exp $ inherit db-use eutils flag-o-matic gnome2 autotools @@ -131,7 +131,7 @@ src_compile() { # /usr/include/db.h is always db-1 on FreeBSD # so include the right dir in CPPFLAGS - #append-cppflags "-I$(db_includedir)" + append-cppflags "-I$(db_includedir)" cd "${S}" gnome2_src_compile |