summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-05-23 16:26:21 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-05-23 16:26:21 +0000
commitfea28419f011ded99b54a19bcc2999e7cd887758 (patch)
treec4ac6b96bb36c0f4aab875831cd2e9ec283770ad /dev-libs/cyrus-sasl
parentFixes man pages prefix. Bug #2942. (diff)
downloadgentoo-2-fea28419f011ded99b54a19bcc2999e7cd887758.tar.gz
gentoo-2-fea28419f011ded99b54a19bcc2999e7cd887758.tar.bz2
gentoo-2-fea28419f011ded99b54a19bcc2999e7cd887758.zip
small fix
Diffstat (limited to 'dev-libs/cyrus-sasl')
-rw-r--r--dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r4.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r4.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r4.ebuild
index 8cb9482112b0..d8cf9587ab15 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r4.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r4.ebuild,v 1.1 2002/05/21 21:12:15 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r4.ebuild,v 1.2 2002/05/23 16:26:21 azarah Exp $
DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)"
HOMEPAGE="http://asg.web.cmu.edu/cyrus/"
@@ -25,6 +25,12 @@ src_unpack() {
patch -p1 < ${FILESDIR}/${PN}-saslauthd.patch || die
patch -p1 < ${FILESDIR}/${PN}-1.5.24-rpath.patch || die
patch -p0 < ${FILESDIR}/${PN}-1.5.27-scram.patch || die
+
+ # this script distributed with the package is too
+ # old, so remove it, as "automake --add-missing"
+ # will install the new one if its not found.
+ rm -f ${S}/config/missing
+
libtoolize --copy --force
export WANT_AUTOMAKE_1_5=1
aclocal -I cmulocal || die