ports/devel/luafs/patches/patch-config

15 lines
499 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: config
--- config.orig
+++ config
@@ -20,7 +20,7 @@ LIB_OPTION= -shared #for Linux
MACOSX_DEPLOYMENT_TARGET= 10.5
# Compilation directives
-WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -pedantic
+#WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -pedantic
INCS= $(LUA_INC)
-CFLAGS= $(WARN) $(INCS)
-CC= gcc
+#CFLAGS+= -fPIC $(INCS)
+#CC= gcc