summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-21 09:57:04 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-21 09:57:04 +0200
commita6910f2a8db91687b9fa9bf6585f67bea544e6c6 (patch)
treebb44364af3351408f56f28889effd624c38cbede /app-arch/unzip
parentlicenses: Remove unused XCIN and xc-radley (diff)
downloadgentoo-a6910f2a8db91687b9fa9bf6585f67bea544e6c6.tar.gz
gentoo-a6910f2a8db91687b9fa9bf6585f67bea544e6c6.tar.bz2
gentoo-a6910f2a8db91687b9fa9bf6585f67bea544e6c6.zip
app-arch/unzip: Switch to public get_abi_CFLAGS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/unzip')
-rw-r--r--app-arch/unzip/unzip-6.0_p26.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/unzip/unzip-6.0_p26.ebuild b/app-arch/unzip/unzip-6.0_p26.ebuild
index 398013305c5d..c28b2e382587 100644
--- a/app-arch/unzip/unzip-6.0_p26.ebuild
+++ b/app-arch/unzip/unzip-6.0_p26.ebuild
@@ -76,7 +76,7 @@ src_configure() {
}
src_compile() {
- ASFLAGS="${ASFLAGS} $(get_abi_var CFLAGS)" \
+ ASFLAGS="${ASFLAGS} $(get_abi_CFLAGS)" \
emake -f unix/Makefile ${TARGET}
}