summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-07-09 19:42:16 +0000
committerStuart Herbert <stuart@gentoo.org>2004-07-09 19:42:16 +0000
commitd37b661406982d06681ca54f0ca5371c34e1fd31 (patch)
tree27f0caf7814f660205d5a065facee91fd23616db /app-admin/apachetop/apachetop-0.11.ebuild
parentprune old 2.6.2 releases (diff)
downloadhistorical-d37b661406982d06681ca54f0ca5371c34e1fd31.tar.gz
historical-d37b661406982d06681ca54f0ca5371c34e1fd31.tar.bz2
historical-d37b661406982d06681ca54f0ca5371c34e1fd31.zip
Fix for bug #56510 + 0.12 marked stable
Diffstat (limited to 'app-admin/apachetop/apachetop-0.11.ebuild')
-rw-r--r--app-admin/apachetop/apachetop-0.11.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/apachetop/apachetop-0.11.ebuild b/app-admin/apachetop/apachetop-0.11.ebuild
index 1510ee737ba0..1fb0d3d13380 100644
--- a/app-admin/apachetop/apachetop-0.11.ebuild
+++ b/app-admin/apachetop/apachetop-0.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/apachetop-0.11.ebuild,v 1.4 2004/06/24 21:22:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/apachetop-0.11.ebuild,v 1.5 2004/07/09 19:42:16 stuart Exp $
DESCRIPTION="A realtime Apache log analyzer"
HOMEPAGE="http://clueful.shagged.org/apachetop/"
@@ -25,6 +25,7 @@ src_compile() {
sed -i 's%DEFAULT_LOGFILE "/var/httpd/apache_log"%DEFAULT_LOGFILE "/var/log/access_log"%' src/apachetop.h
fi
./configure
+ sed -i 's/-lcurses/-lncurses/' src/Makefile
emake || die
}