summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2003-12-01 08:03:34 +0000
committerDavid Holm <dholm@gentoo.org>2003-12-01 08:03:34 +0000
commitbdbbc843aaa35bb9a50e7571ee509aaa4fdc9672 (patch)
tree01eb0b7ad9e0979edf5fa3859dbc8b662a773290 /dev-ada/adabindx/adabindx-0.7.2.ebuild
parentinitial ebuild #33810 (diff)
downloadgentoo-2-bdbbc843aaa35bb9a50e7571ee509aaa4fdc9672.tar.gz
gentoo-2-bdbbc843aaa35bb9a50e7571ee509aaa4fdc9672.tar.bz2
gentoo-2-bdbbc843aaa35bb9a50e7571ee509aaa4fdc9672.zip
Compressed the adabindx patch
Diffstat (limited to 'dev-ada/adabindx/adabindx-0.7.2.ebuild')
-rw-r--r--dev-ada/adabindx/adabindx-0.7.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/adabindx/adabindx-0.7.2.ebuild b/dev-ada/adabindx/adabindx-0.7.2.ebuild
index 467726747077..481670a16e8a 100644
--- a/dev-ada/adabindx/adabindx-0.7.2.ebuild
+++ b/dev-ada/adabindx/adabindx-0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/adabindx/adabindx-0.7.2.ebuild,v 1.6 2003/10/28 13:31:37 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/adabindx/adabindx-0.7.2.ebuild,v 1.7 2003/12/01 08:03:29 dholm Exp $
#
inherit gnat
@@ -20,7 +20,7 @@ IUSE=""
src_unpack() {
unpack "${P}.tar.bz2"
cd "${S}"
- patch -p1 < ${FILESDIR}/${P}.diff
+ bzip2 -cd ${FILESDIR}/${P}.diff.bz2 | patch -p1
sed -i -e "s/-O3.*/\${ADACFLAGS}/g" Local.conf
}