summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-01-08 01:29:36 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-01-08 01:29:36 +0000
commitd2273d5250edfe8505879fad3effe9fc4b252660 (patch)
treeadedc698271d6fc2af552b016ae102cbcdd30d91 /x11-libs/cairo/cairo-1.2.6.ebuild
parentAdd Alpha patch and stable on Alpha, bug 158571. (diff)
downloadgentoo-2-d2273d5250edfe8505879fad3effe9fc4b252660.tar.gz
gentoo-2-d2273d5250edfe8505879fad3effe9fc4b252660.tar.bz2
gentoo-2-d2273d5250edfe8505879fad3effe9fc4b252660.zip
Removing debug for gcov since lcov is not in the tree
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'x11-libs/cairo/cairo-1.2.6.ebuild')
-rw-r--r--x11-libs/cairo/cairo-1.2.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/cairo/cairo-1.2.6.ebuild b/x11-libs/cairo/cairo-1.2.6.ebuild
index 7c20ccb2d05b..b89a2ec79465 100644
--- a/x11-libs/cairo/cairo-1.2.6.ebuild
+++ b/x11-libs/cairo/cairo-1.2.6.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/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.6 2007/01/05 05:06:28 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.7 2007/01/08 01:29:36 cardoe Exp $
inherit eutils flag-o-matic
@@ -42,7 +42,7 @@ src_compile() {
append-flags -finline-limit=1200
econf $(use_enable X xlib) $(use_enable doc gtk-doc) $(use_enable directfb) \
- $(use_enable svg) $(use_enable glitz) $(use_enable debug gcov) \
+ $(use_enable svg) $(use_enable glitz) \
$(use_enable debug test-surfaces) --enable-pdf --enable-png \
--enable-freetype --enable-ps \
|| die "configure failed"