ports/devel/lpeg/patches/patch-makefile

12 lines
263 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: makefile
--- makefile.orig
+++ makefile
2023-09-08 05:21:37 +00:00
@@ -16,7 +16,6 @@ CWARNS = -Wall -Wextra -pedantic \
2023-08-16 22:26:55 +00:00
-Wundef \
-Wwrite-strings \
-Wbad-function-cast \
- -Wdeclaration-after-statement \
-Wmissing-prototypes \
2023-09-08 05:21:37 +00:00
-Wmissing-declarations \
2023-08-16 22:26:55 +00:00
-Wnested-externs \