mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-sound/synaesthesia: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user