summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-09-18 19:36:15 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-09-18 19:36:15 +0000
commita5f9cd6c2b44a762548b0f8e5b9101d0bb0fc247 (patch)
tree0d83af8923647f92b1091ff5bd7ba81ffdab9047 /dev-libs/libxml2/libxml2-2.5.11.ebuild
parentversion bump (diff)
downloadgentoo-2-a5f9cd6c2b44a762548b0f8e5b9101d0bb0fc247.tar.gz
gentoo-2-a5f9cd6c2b44a762548b0f8e5b9101d0bb0fc247.tar.bz2
gentoo-2-a5f9cd6c2b44a762548b0f8e5b9101d0bb0fc247.zip
removing quotes from filter-flags
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).