dev-lang/fbc: bump to 1.07.2

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-12-26 19:43:08 +13:00
parent e07d9fbc9b
commit be2e696c9b
6 changed files with 100 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ DEPEND="
)"
RDEPEND="${DEPEND}"
PATCHES="${FILESDIR}/${PV}"
PATCHES=( "${FILESDIR}"/${PN}-1.07.0-Pass-ltinfo-to-linker.patch )
DOCS="${S}/doc/fbc.1"
@@ -45,10 +45,10 @@ src_prepare() {
# We only need bootstrap source code if fbc is not already present
if ! has_version dev-lang/fbc; then
cd "${BOOTSTRAP_S}" || die "cd failed"
eapply "${FILESDIR}/${PV}"
eapply "${PATCHES[@]}"
cd "${S}" || die "cd failed"
fi
default
eapply_user
}
src_compile() {