diff options
author | 2003-08-25 19:16:39 +0000 | |
---|---|---|
committer | 2003-08-25 19:16:39 +0000 | |
commit | affd42dc7f1f17013416745a6b2157c30888cf86 (patch) | |
tree | c8a0212f71f3cbfbde0104865c375943a04757ac /net-www/apache/apache-1.3.27-r3.ebuild | |
parent | Fix patch to detect libXv properly and trim some DEPENDs. (diff) | |
download | historical-affd42dc7f1f17013416745a6b2157c30888cf86.tar.gz historical-affd42dc7f1f17013416745a6b2157c30888cf86.tar.bz2 historical-affd42dc7f1f17013416745a6b2157c30888cf86.zip |
Added AcceptMutex fixes for sparcs for bug #7172.
Diffstat (limited to 'net-www/apache/apache-1.3.27-r3.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.27-r3.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/net-www/apache/apache-1.3.27-r3.ebuild b/net-www/apache/apache-1.3.27-r3.ebuild index 6cbf68359729..ae3586ca26bd 100644 --- a/net-www/apache/apache-1.3.27-r3.ebuild +++ b/net-www/apache/apache-1.3.27-r3.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.27-r3.ebuild,v 1.4 2003/03/26 09:56:41 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.27-r3.ebuild,v 1.5 2003/08/25 19:16:35 weeve Exp $ mod_ssl_ver=2.8.14-${PV} @@ -172,6 +172,15 @@ src_install() { insinto /etc/apache/conf 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 |