summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-04-30 00:06:12 +0000
committerMike Frysinger <vapier@gentoo.org>2003-04-30 00:06:12 +0000
commit3908822517689c0fb22a57b1169ff02f1afd26de (patch)
tree1f217b2e47fd746ccf6388939fb15b6e609637c4 /dev-libs/libtomcrypt
parentinitial ebuild (diff)
downloadhistorical-3908822517689c0fb22a57b1169ff02f1afd26de.tar.gz
historical-3908822517689c0fb22a57b1169ff02f1afd26de.tar.bz2
historical-3908822517689c0fb22a57b1169ff02f1afd26de.zip
mpi.h -> tommath.h
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r--dev-libs/libtomcrypt/libtomcrypt-0.83.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-0.83.ebuild b/dev-libs/libtomcrypt/libtomcrypt-0.83.ebuild
index d6841511d3ee..7849396cc555 100644
--- a/dev-libs/libtomcrypt/libtomcrypt-0.83.ebuild
+++ b/dev-libs/libtomcrypt/libtomcrypt-0.83.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.83.ebuild,v 1.1 2003/04/29 23:39:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/libtomcrypt-0.83.ebuild,v 1.2 2003/04/30 00:06:12 vapier Exp $
DESCRIPTION="modular and portable cryptographic toolkit"
HOMEPAGE="http://libtomcrypt.org/"
@@ -18,6 +18,6 @@ src_compile() {
src_install() {
cp makefile{,.old}
- sed -e 's:mpi.h::' makefile.old > makefile
+ sed -e 's:mpi.h:tommath.h:' makefile.old > makefile
make DESTDIR=${D} install || die
}