projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
041f927
)
media-sound/synaesthesia: nix src_install()
author
Aaron Bauman
<bman@gentoo.org>
Sun, 27 May 2018 13:45:13 +0000
(09:45 -0400)
committer
Aaron 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
patch
|
blob
|
history
diff --git
a/media-sound/synaesthesia/synaesthesia-2.4.ebuild
b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
index f29bbe7232c122ec21c8b280d12dd02fda15083c..e431ff390070b3c96fb77889ccd06c30d2722d7f 100644
(file)
--- a/
media-sound/synaesthesia/synaesthesia-2.4.ebuild
+++ b/
media-sound/synaesthesia/synaesthesia-2.4.ebuild
@@
-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
-}