summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-09-19 00:22:55 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-09-19 00:22:55 +0000
commit03328722b47afb32392e6a8db1331b740114b24b (patch)
tree910fda586f0fb41a5da9bdac65ac32e90ccc7999 /net-www
parentroll with multilib afterall (diff)
downloadgentoo-2-03328722b47afb32392e6a8db1331b740114b24b.tar.gz
gentoo-2-03328722b47afb32392e6a8db1331b740114b24b.tar.bz2
gentoo-2-03328722b47afb32392e6a8db1331b740114b24b.zip
Fix a truncated line
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/apache/apache-1.3.33-r12.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-www/apache/apache-1.3.33-r12.ebuild b/net-www/apache/apache-1.3.33-r12.ebuild
index 2f0a0dba76b1..c23d27b128bd 100644
--- a/net-www/apache/apache-1.3.33-r12.ebuild
+++ b/net-www/apache/apache-1.3.33-r12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.33-r12.ebuild,v 1.2 2005/09/18 19:20:09 vericgar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.33-r12.ebuild,v 1.3 2005/09/19 00:22:55 vericgar Exp $
inherit eutils fixheadtails multilib
@@ -132,8 +132,7 @@ src_compile() {
if useq ssl; then
cd src/support
rm -f ab ab.o
- make ab CFLAGS="${CFLAGS} -DUSE_SSL -lcrypto -lssl
- -I/usr/include/openssl -L/usr/$(get_libdir)" || die
+ make ab CFLAGS="${CFLAGS} -DUSE_SSL -lcrypto -lssl -I/usr/include/openssl -L/usr/$(get_libdir)" || die
mv ab ab-ssl
rm -f ab.o
make ab || die