Files
ports/x11/coma/patches/patch-Makefile
T
2026-05-27 18:26:42 +00:00

14 lines
308 B
Plaintext

Remove -pedantic from CFLAGS to allow building with GCC.
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -20,7 +20,6 @@ CFLAGS+=-Wpointer-arith
CFLAGS+=-Wcast-qual
CFLAGS+=-Wsign-compare
CFLAGS+=-std=c99
-CFLAGS+=-pedantic
CFLAGS+=`pkg-config --cflags x11 xft`
LDFLAGS+=`pkg-config --libs x11 xft`