app-emulation/aranym: Actually compile the code in src_compile
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 11 Dec 2019 23:21:58 +0000 (23:21 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 11 Dec 2019 23:21:58 +0000 (23:21 +0000)
When changing this to use multibuild.eclass, I forgot to define
src_compile so it was compiling in src_install.

Bug: https://bugs.gentoo.org/702560
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
app-emulation/aranym/aranym-1.1.0.ebuild

index de23d6c707ea4e57e73cd730b63d7b62014428e5..f1d3aa7d610e4f4be11fdd8d43709f5a7999dabc 100644 (file)
@@ -88,6 +88,10 @@ multibuild_src_configure() {
        echo "#define HAVE_X11_XLIB_H 1" >> config.h || die
 }
 
+src_compile() {
+       multibuild_foreach_variant run_in_build_dir default
+}
+
 src_install() {
        multibuild_foreach_variant run_in_build_dir default
        rm "${ED}"/usr/share/doc/${PF}/COPYING || die