diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-22 16:38:38 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-22 16:38:38 +0000 |
commit | fca16cefda9d45667d7282e84206928335545385 (patch) | |
tree | 33d02575745074e0e313718a1bae8d1bc78eda72 /media-libs/aalib | |
parent | Added support for manpage extentions other that [0-9nm] (diff) | |
download | historical-fca16cefda9d45667d7282e84206928335545385.tar.gz historical-fca16cefda9d45667d7282e84206928335545385.tar.bz2 historical-fca16cefda9d45667d7282e84206928335545385.zip |
*** empty log message ***
Diffstat (limited to 'media-libs/aalib')
-rw-r--r-- | media-libs/aalib/aalib-1.2-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/aalib/aalib-1.2-r1.ebuild b/media-libs/aalib/aalib-1.2-r1.ebuild index 4a79b24e4cb9..efa6231f6218 100644 --- a/media-libs/aalib/aalib-1.2-r1.ebuild +++ b/media-libs/aalib/aalib-1.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.2-r1.ebuild,v 1.2 2001/02/22 13:25:02 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.2-r1.ebuild,v 1.3 2001/02/22 16:38:38 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -23,8 +23,9 @@ src_unpack() { unpack ${A} cd ${S} patch -p0 < ${FILESDIR}/configure-gpm.diff + rm configure autoconf - + touch * } src_compile() { |