commit: 59b6e162fe999d4ee14186f887b8576f08807dd2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Nov 20 13:03:48 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Nov 20 13:06:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b6e162
app-editors/jupp: Compile with gnu17 standard Closes: https://bugs.gentoo.org/944106 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-editors/jupp/jupp-3.1_p41.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-editors/jupp/jupp-3.1_p41.ebuild b/app-editors/jupp/jupp-3.1_p41.ebuild index 3e6e016b519c..99cece2e2ee0 100644 --- a/app-editors/jupp/jupp-3.1_p41.ebuild +++ b/app-editors/jupp/jupp-3.1_p41.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Portable version of Joe's Own Editor" HOMEPAGE="http://www.mirbsd.org/jupp.htm" -SRC_URI="http://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/"${PN}"}.tgz" +SRC_URI="http://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/jupp}.tgz" S="${WORKDIR}/${PN}" LICENSE="GPL-1" @@ -24,5 +24,6 @@ src_configure() { econf \ --enable-search_libs \ --enable-termcap \ - $(use_enable ncurses curses) + $(use_enable ncurses curses) \ + CFLAGS="-std=gnu17 ${CFLAGS}" }
