media-sound/synaesthesia: nix src_install()
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 13:45:13 +0000 (09:45 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 18:23:08 +0000 (14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-sound/synaesthesia/synaesthesia-2.4.ebuild

index f29bbe7232c122ec21c8b280d12dd02fda15083c..e431ff390070b3c96fb77889ccd06c30d2722d7f 100644 (file)
@@ -20,12 +20,8 @@ DEPEND="${RDEPEND}
        x11-base/xorg-proto"
 
 src_prepare() {
+       default
        sed -e '/CFLAGS=/s:-O4:${CFLAGS}:' \
                -e '/CXXFLAGS=/s:-O4:${CXXFLAGS}:' -i configure || die "sed failed"
        sed -e 's:void inline:inline void:' -i syna.h || die "sed failed"
 }
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       default
-}