diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsnap/xsnap-1.5.15-r3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/xsnap/xsnap-1.5.15-r3.ebuild b/x11-misc/xsnap/xsnap-1.5.15-r3.ebuild index 560e1574bb68..c68de841d51c 100644 --- a/x11-misc/xsnap/xsnap-1.5.15-r3.ebuild +++ b/x11-misc/xsnap/xsnap-1.5.15-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen" HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/" @@ -52,6 +52,8 @@ src_prepare() { } src_configure() { + append-cflags -std=gnu89 # old codebase, incompatible with c2x + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf || die } |