summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Woods <wwoods@gentoo.org>2003-06-05 23:04:18 +0000
committerWill Woods <wwoods@gentoo.org>2003-06-05 23:04:18 +0000
commit0e8d94cfe6dd1a0c949c20a32a3b1055beb09d32 (patch)
tree4e487248cb5c88d453ca925622ec8cd36b93d23f /dev-util/cscope/cscope-15.4.ebuild
parentadd sed-4 dep (diff)
downloadgentoo-2-0e8d94cfe6dd1a0c949c20a32a3b1055beb09d32.tar.gz
gentoo-2-0e8d94cfe6dd1a0c949c20a32a3b1055beb09d32.tar.bz2
gentoo-2-0e8d94cfe6dd1a0c949c20a32a3b1055beb09d32.zip
Added gnuconfig to fix ./configure on newer arches
Diffstat (limited to 'dev-util/cscope/cscope-15.4.ebuild')
-rw-r--r--dev-util/cscope/cscope-15.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/cscope/cscope-15.4.ebuild b/dev-util/cscope/cscope-15.4.ebuild
index f01ec70a4862..27c1b5c7bd94 100644
--- a/dev-util/cscope/cscope-15.4.ebuild
+++ b/dev-util/cscope/cscope-15.4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4.ebuild,v 1.1 2003/06/04 18:52:46 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.4.ebuild,v 1.2 2003/06/05 23:04:18 wwoods Exp $
-inherit elisp
+inherit elisp gnuconfig
S=${WORKDIR}/${P}
DESCRIPTION="CScope - interactively examine a C program"
@@ -21,6 +21,7 @@ DEPEND="${RDEPEND}
SITEFILE=50xcscope-gentoo.el
src_compile() {
+ gnuconfig_update
econf || die
make clean || die
emake || die