mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 13:01:19 +02:00
create bsd12 branch
This commit is contained in:
13
net/nmap/files/patch-liblua_Makefile
Normal file
13
net/nmap/files/patch-liblua_Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
--- liblua/Makefile.orig 2016-07-02 17:02:27 UTC
|
||||
+++ liblua/Makefile
|
||||
@@ -6,8 +6,8 @@
|
||||
# Your platform. See PLATS for possible values.
|
||||
PLAT= none
|
||||
|
||||
-CC= gcc -std=gnu99
|
||||
-CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS)
|
||||
+CC?= gcc -std=gnu99
|
||||
+CFLAGS= -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS)
|
||||
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
|
||||
LIBS= -lm $(SYSLIBS) $(MYLIBS)
|
||||
|
||||
Reference in New Issue
Block a user