megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison media-libs/blackmagic-desktop-video/blackmagic-desktop-video-9.8.ebuild @ 79:33ab6d742b71
media-libs/blackmagic-desktop-video: fixing compilation on recent kernels ("strict prototypes")
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sun, 19 Oct 2014 15:35:35 +0200 |
parents | c87f8ad0fc1e |
children | aa6ec0489af0 |
comparison
equal
deleted
inserted
replaced
78:2d2f9db318d2 | 79:33ab6d742b71 |
---|---|
46 # symlink to what is supposed to have been prepared | 46 # symlink to what is supposed to have been prepared |
47 ln -s ${UNPACKED_DIR} ${P} | 47 ln -s ${UNPACKED_DIR} ${P} |
48 } | 48 } |
49 | 49 |
50 src_prepare() { | 50 src_prepare() { |
51 return | 51 epatch "${FILESDIR}/9-8-strict-prototypes.patch" |
52 } | 52 } |
53 | 53 |
54 src_compile() { | 54 src_compile() { |
55 # library/tools are binary but kernel module requires compilation | 55 # library/tools are binary but kernel module requires compilation |
56 linux-mod_src_compile | 56 linux-mod_src_compile |