mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-editors/ersatz-emacs: Compile with gnu17 standard
Closes: https://bugs.gentoo.org/944103 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -29,7 +29,7 @@ src_prepare() {
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)" \
|
||||
CFLAGS="${CFLAGS} -Wall" \
|
||||
CFLAGS="${CFLAGS} -std=gnu17 -Wall" \
|
||||
LFLAGS="${LDFLAGS} $("$(tc-getPKG_CONFIG)" --libs ncurses)"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user