diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-28 23:29:16 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-28 23:29:16 +0100 |
commit | b1473eba73dd5f796a84b6477b5075e6b909cf89 (patch) | |
tree | a7fce0c511c6c9f896447d7b9a52a26a88985ce7 /sci-astronomy/ccd/ccd-1.2.9.ebuild | |
parent | 691fecad8f019e5ee9c8de99ef47aea44cf87571 (diff) | |
download | brancik-overlay-b1473eba73dd5f796a84b6477b5075e6b909cf89.tar.gz brancik-overlay-b1473eba73dd5f796a84b6477b5075e6b909cf89.tar.bz2 |
Added patch to sci-astronomy/ccd that fixes paths to helper scripts for QHY cameras.
Diffstat (limited to 'sci-astronomy/ccd/ccd-1.2.9.ebuild')
-rw-r--r-- | sci-astronomy/ccd/ccd-1.2.9.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-astronomy/ccd/ccd-1.2.9.ebuild b/sci-astronomy/ccd/ccd-1.2.9.ebuild index 1455440..685c137 100644 --- a/sci-astronomy/ccd/ccd-1.2.9.ebuild +++ b/sci-astronomy/ccd/ccd-1.2.9.ebuild @@ -29,6 +29,8 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" +PATCHES=( "${FILESDIR}/ccd-1.2.9-fix_helper_scripts_paths.patch") + src_compile() { qt4-r2_src_compile cd ${S}/shutter_procs/ |