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 | 4ee1b5210f2b70c92a598490208c5e8eae952592 (patch) | |
tree | b933da3ec47a0a866388dd21d2cdf2a2a1105e11 /net-www/apache/apache-2.0.49-r3.ebuild | |
parent | Change the IP32DIFFDATE back to a known working date. (Manifest recommit) (diff) | |
download | gentoo-2-4ee1b5210f2b70c92a598490208c5e8eae952592.tar.gz gentoo-2-4ee1b5210f2b70c92a598490208c5e8eae952592.tar.bz2 gentoo-2-4ee1b5210f2b70c92a598490208c5e8eae952592.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 } |