diff options
Diffstat (limited to 'net-www/apache/apache-1.3.28.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.28.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/net-www/apache/apache-1.3.28.ebuild b/net-www/apache/apache-1.3.28.ebuild index 716ba5e0ad72..9a92767097b7 100644 --- a/net-www/apache/apache-1.3.28.ebuild +++ b/net-www/apache/apache-1.3.28.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/net-www/apache/apache-1.3.28.ebuild,v 1.3 2003/07/27 00:20:00 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.28.ebuild,v 1.4 2003/08/25 19:16:35 weeve Exp $ #IUSE="ipv6 pam" IUSE="pam" @@ -197,6 +197,15 @@ src_install() { doins ${FILESDIR}/conf/commonapache.conf doins ${FILESDIR}/conf/apache.conf + # Added by Jason Wever <weeve@gentoo.org> + # A little sedfu to fix bug #7172 for sparc64s + if [ ${ARCH} = "sparc" ] + then + sed -i -e '15a\AcceptMutex fcntl' \ + ${D}/etc/apache/conf/apache.conf + fi + + insinto /etc/apache/conf/vhosts doins ${FILESDIR}/conf/VirtualHomePages.conf doins ${FILESDIR}/conf/DynamicVhosts.conf |