diff options
Diffstat (limited to 'app-text/llpp/llpp-9999.ebuild')
-rw-r--r-- | app-text/llpp/llpp-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/llpp/llpp-9999.ebuild b/app-text/llpp/llpp-9999.ebuild index eaa328cec58e..3fd91c74d072 100644 --- a/app-text/llpp/llpp-9999.ebuild +++ b/app-text/llpp/llpp-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-9999.ebuild,v 1.14 2012/04/29 03:56:55 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-9999.ebuild,v 1.15 2012/08/09 06:38:23 xmw Exp $ EAPI=4 @@ -28,6 +28,10 @@ DEPEND="${RDEPEND} dev-lang/ocaml[ocamlopt] dev-ml/lablgl[glut]" +src_prepare() { + epatch "${FILESDIR}"/${PN}-11-WM_CLASS.patch +} + src_compile() { ocaml str.cma keystoml.ml KEYS > help.ml || die printf 'let version ="%s";;\n' $(git describe --tags --dirty) >> help.ml || die |