ports/devel/lpeg/patches/patch-makefile

19 lines
375 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: makefile
--- makefile.orig
+++ makefile
@@ -1,5 +1,5 @@
LIBNAME = lpeg
-LUADIR = ../lua/
+LUADIR = ${MODLUA_INCL_DIR}
COPT = -O2 -DNDEBUG
# COPT = -g
@@ -15,7 +15,6 @@ CWARNS = -Wall -Wextra -pedantic \
-Wundef \
-Wwrite-strings \
-Wbad-function-cast \
- -Wdeclaration-after-statement \
-Wmissing-prototypes \
-Wnested-externs \
-Wstrict-prototypes \