summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-10-30 00:06:34 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-10-30 00:06:34 +0000
commitd1c9be68b3601421b4dd59c06cb6932b98c462e6 (patch)
tree58a1071c7256f12f34a7d17f09af4f33a5929107 /dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild
parentmake sure all subdirs complete correctly (diff)
downloadgentoo-2-d1c9be68b3601421b4dd59c06cb6932b98c462e6.tar.gz
gentoo-2-d1c9be68b3601421b4dd59c06cb6932b98c462e6.tar.bz2
gentoo-2-d1c9be68b3601421b4dd59c06cb6932b98c462e6.zip
Compilation fix; Resolves Bug #153374.
(Portage version: 2.1.2_pre3-r9)
Diffstat (limited to 'dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild')
-rw-r--r--dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild b/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild
index 51280ae0cafd..ce4a11594ed6 100644
--- a/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild
+++ b/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild,v 1.2 2005/08/24 07:06:36 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl/openmcl-0.14.2_p1.ebuild,v 1.3 2006/10/30 00:06:33 mkennedy Exp $
inherit eutils common-lisp-common-2
@@ -34,6 +34,7 @@ src_unpack() {
> debian/run-bootstrap.lisp
cp debian/Makefile .
cp -RP /usr/lib/openmcl/{PPCCL-orig,headers} .
+ epatch "${FILESDIR}/prototype_print_lisp_object.diff"
popd
}