summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-04-06 01:02:27 +0000
committerChuck Short <zul@gentoo.org>2004-04-06 01:02:27 +0000
commit186a7394100862ec3bd7470706e42544eb0f8fc2 (patch)
treeea0017de5265be4da4c90faefd9d41b5eff2f0b5 /net-www/apache/apache-2.0.48-r4.ebuild
parentAdded ~sparc, #46909 (Manifest recommit) (diff)
downloadgentoo-2-186a7394100862ec3bd7470706e42544eb0f8fc2.tar.gz
gentoo-2-186a7394100862ec3bd7470706e42544eb0f8fc2.tar.bz2
gentoo-2-186a7394100862ec3bd7470706e42544eb0f8fc2.zip
Fixed ipv6 error on listen,closes #32389.
Diffstat (limited to 'net-www/apache/apache-2.0.48-r4.ebuild')
-rw-r--r--net-www/apache/apache-2.0.48-r4.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-www/apache/apache-2.0.48-r4.ebuild b/net-www/apache/apache-2.0.48-r4.ebuild
index 7d934a12fa0c..4cbe0cb206ef 100644
--- a/net-www/apache/apache-2.0.48-r4.ebuild
+++ b/net-www/apache/apache-2.0.48-r4.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.48-r4.ebuild,v 1.4 2004/03/28 22:38:30 randy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.48-r4.ebuild,v 1.5 2004/04/06 01:02:27 zul Exp $
inherit flag-o-matic eutils
has_version =sys-libs/glibc-2.2* && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
@@ -33,6 +33,11 @@ src_unpack() {
patch -p1 <${FILESDIR}/apache-2.0.48-gentoo.diff || die
epatch ${FILESDIR}/apache-2.0.48-export.diff
+ if use ipv6
+ then
+ epatch ${FILESDIR}/httpd-2.0.48-ipv6.patch || die
+ fi
+
#avoid utf-8 charset problems
export LC_CTYPE=C