mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
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>
11 lines
363 B
Diff
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
|