From 89768ae6bbab66466c3e1217908eaedf1b45178c Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Tue, 30 Jan 2018 21:02:54 +0000 Subject: - update to 7.60 - regenerate patches with makepatch PR: ports/221522 --- security/nmap/files/patch-liblua_Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/nmap/files/patch-liblua_Makefile (limited to 'security/nmap/files/patch-liblua_Makefile') diff --git a/security/nmap/files/patch-liblua_Makefile b/security/nmap/files/patch-liblua_Makefile new file mode 100644 index 000000000000..647f655b714b --- /dev/null +++ b/security/nmap/files/patch-liblua_Makefile @@ -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) + -- cgit v1.2.3