Files
gentoo/sci-libs/libnova/files/libnova-0.16.0-cflags.patch
Andreas Sturmlechner b7ea809f76 sci-libs/libnova: update EAPI 7 -> 8, fix build w/ GCC-14
Closes: https://bugs.gentoo.org/886455
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2024-08-06 22:09:38 +02:00

24 lines
440 B
Diff

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-AM_CFLAGS = -Wall -O3 $(AVX_CFLAGS)
+AM_CFLAGS = $(AVX_CFLAGS)
SUBDIRS = libnova elp
--- a/src/elp/Makefile.am
+++ b/src/elp/Makefile.am
@@ -1,6 +1,6 @@
noinst_LTLIBRARIES = libelp.la
-AM_CFLAGS = -I ../ -Wall -O3 $(AVX_CFLAGS)
+AM_CFLAGS = -I ../ $(AVX_CFLAGS)
libelp_la_SOURCES = \
elp1.c \
--
2.45.2