diff options
author | Chuck Short <zul@gentoo.org> | 2004-06-07 01:34:16 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-06-07 01:34:16 +0000 |
commit | 70d1fae8d83cfa49822f417525c09902100114cb (patch) | |
tree | 8bed3eedbb54847e80e04893d236ad85e91c6999 /net-www/apache/apache-2.0.49-r3.ebuild | |
parent | Change the IP32DIFFDATE back to a known working date. (diff) | |
download | historical-70d1fae8d83cfa49822f417525c09902100114cb.tar.gz historical-70d1fae8d83cfa49822f417525c09902100114cb.tar.bz2 historical-70d1fae8d83cfa49822f417525c09902100114cb.zip |
Fixed CFLAGS badness.
Diffstat (limited to 'net-www/apache/apache-2.0.49-r3.ebuild')
-rw-r--r-- | net-www/apache/apache-2.0.49-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-www/apache/apache-2.0.49-r3.ebuild b/net-www/apache/apache-2.0.49-r3.ebuild index 2299e0984c68..445592f3a4db 100644 --- a/net-www/apache/apache-2.0.49-r3.ebuild +++ b/net-www/apache/apache-2.0.49-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.49-r3.ebuild,v 1.8 2004/06/03 14:20:39 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.49-r3.ebuild,v 1.9 2004/06/07 01:34:16 zul Exp $ inherit flag-o-matic eutils fixheadtails gnuconfig @@ -50,6 +50,7 @@ apache_setup_vars() { } set_filter_flags () { + CFLAGS="${CFLAGS/ / }" has_version =sys-libs/glibc-2.2* && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE } |