diff options
Diffstat (limited to 'x11-misc/compton/compton-0.1_beta2-r1.ebuild')
-rw-r--r-- | x11-misc/compton/compton-0.1_beta2-r1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-misc/compton/compton-0.1_beta2-r1.ebuild b/x11-misc/compton/compton-0.1_beta2-r1.ebuild index a12b639f..aa2b173d 100644 --- a/x11-misc/compton/compton-0.1_beta2-r1.ebuild +++ b/x11-misc/compton/compton-0.1_beta2-r1.ebuild @@ -46,6 +46,11 @@ pkg_setup() { fi } +src_prepare() { + default + eapply ${FILESDIR}/makefile.patch +} + src_compile() { emake docs |