diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-04 20:23:35 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-04 20:23:35 +0100 |
commit | fbbed1832b30a0aaedf0f60afcd3688155ded2ea (patch) | |
tree | 3abb3b090d335b3969ac0e6bf14570c5158d78cb /sci-libs/sbig/sbig-0.9.9.ebuild | |
parent | 563aa794bf1ad44ad13540eb3cf80444d85a6303 (diff) | |
download | brancik-overlay-fbbed1832b30a0aaedf0f60afcd3688155ded2ea.tar.gz brancik-overlay-fbbed1832b30a0aaedf0f60afcd3688155ded2ea.tar.bz2 |
Added patch to fix symlink creation in sci-libs/sbig
Diffstat (limited to 'sci-libs/sbig/sbig-0.9.9.ebuild')
-rw-r--r-- | sci-libs/sbig/sbig-0.9.9.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/sbig/sbig-0.9.9.ebuild b/sci-libs/sbig/sbig-0.9.9.ebuild index c51ee1a..df84cc8 100644 --- a/sci-libs/sbig/sbig-0.9.9.ebuild +++ b/sci-libs/sbig/sbig-0.9.9.ebuild @@ -19,4 +19,6 @@ DEPEND="" RDEPEND="${DEPEND}" -S="${WORKDIR}/libindi_3rdparty_${PV}/${PN}"
\ No newline at end of file +S="${WORKDIR}/libindi_3rdparty_${PV}/${PN}" + +PATCHES=( "${FILESDIR}/sbig-0.9.9-fix-symlink.patch" )
\ No newline at end of file |