summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libxml2/libxml2-2.5.11.ebuild')
-rw-r--r--dev-libs/libxml2/libxml2-2.5.11.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libxml2/libxml2-2.5.11.ebuild b/dev-libs/libxml2/libxml2-2.5.11.ebuild
index eb4833722848..b3493893a25c 100644
--- a/dev-libs/libxml2/libxml2-2.5.11.ebuild
+++ b/dev-libs/libxml2/libxml2-2.5.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.11.ebuild,v 1.2 2003/09/17 20:03:30 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.11.ebuild,v 1.3 2003/09/18 19:36:09 liquidx Exp $
inherit eutils libtool gnome.org flag-o-matic
@@ -21,8 +21,8 @@ src_compile() {
elibtoolize
# filter seemingly problematic CFLAGS (#26320)
- filter-flags "-fprefetch-loop-arrays" "-funroll-loops"
-
+ filter-flags -fprefetch-loop-arrays -funroll-loops
+
# USE zlib support breaks gnome2
# (libgnomeprint for instance fails to compile with
# fresh install, and existing) - <azarah@gentoo.org> (22 Dec 2002).