From 59970d0b9cd0a564851f255aebb29a9f76e39c19 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 11 Oct 2022 13:38:21 +0100 Subject: gentoo auto-resync : 11:10:2022 - 13:38:21 --- net-misc/hashcash/hashcash-1.22-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-misc/hashcash/hashcash-1.22-r2.ebuild') diff --git a/net-misc/hashcash/hashcash-1.22-r2.ebuild b/net-misc/hashcash/hashcash-1.22-r2.ebuild index c52b23016a1b..55d0da7126d5 100644 --- a/net-misc/hashcash/hashcash-1.22-r2.ebuild +++ b/net-misc/hashcash/hashcash-1.22-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="Utility to generate hashcash tokens" HOMEPAGE="http://www.hashcash.org" @@ -25,6 +25,7 @@ src_prepare() { src_compile() { tc-export AR CC + append-cflags -std=gnu89 # old codebase, incompatible with c2x emake generic } -- cgit v1.2.3