mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
14 lines
308 B
Plaintext
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`
|