summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-04 01:12:37 +0000
committerSam James <sam@gentoo.org>2022-11-04 02:22:15 +0000
commit5d06aa4c9b99bd1bcbbd8cedeb0a3ca54335905b (patch)
tree32a0e49dcadc4dc8214d42d9de793a011a6a1051 /app-arch/zip
parentgames-arcade/xbill: fix build w/ upcoming clang16 (diff)
downloadgentoo-5d06aa4c9b99bd1bcbbd8cedeb0a3ca54335905b.tar.gz
gentoo-5d06aa4c9b99bd1bcbbd8cedeb0a3ca54335905b.tar.bz2
gentoo-5d06aa4c9b99bd1bcbbd8cedeb0a3ca54335905b.zip
app-arch/zip: build with gnu89
Lots of dodgy prototypes. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/zip')
-rw-r--r--app-arch/zip/zip-3.0-r6.ebuild (renamed from app-arch/zip/zip-3.0-r5.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-arch/zip/zip-3.0-r5.ebuild b/app-arch/zip/zip-3.0-r6.ebuild
index 09244c8b2bb6..ebb7fe06e4b4 100644
--- a/app-arch/zip/zip-3.0-r5.ebuild
+++ b/app-arch/zip/zip-3.0-r6.ebuild
@@ -38,6 +38,8 @@ src_prepare() {
}
src_configure() {
+ append-flags -std=gnu89
+
append-cppflags \
-DLARGE_FILE_SUPPORT \
-DUIDGID_NOT_16BIT \