gentoo-ebuilds/x11-wm/awesome/files/awesome-4.3-cflag-cleanup.patch
Nicolas PARLANT 547333a7a2
x11-wm/awesome: update live
libXcursor is replaced by xcb_cursor
manpages are generated by asciidoctor, not asciidoc
add librsvg for svg rendering

update the patch for cflags : remove -std=gnu99 and -Wno-strict-aliasing

install html files in the right path

remove seemingly outdated comments for :
* ldoc, the old ebuild w/o lua.eclass is removed
* issues w/ java has been fixed in 4.0, see issue 248

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44490
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-05 17:06:25 +00:00

11 lines
363 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,7 +98,7 @@
# CFLAGS
set(AWESOME_C_FLAGS
- -O1 -std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra
+ -Wall -Wextra
-Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings
-Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self
-Wpointer-arith -Wformat-nonliteral