summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-liblua_Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2018-01-30 21:02:54 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2018-01-30 21:02:54 +0000
commit89768ae6bbab66466c3e1217908eaedf1b45178c (patch)
treef1c997641bf4e0f504f43726364016afc8a69eab /security/nmap/files/patch-liblua_Makefile
parentgames/openra: NUGET_PACKAGEDIR is a symlink after r460430 (diff)
- update to 7.60
- regenerate patches with makepatch PR: ports/221522
Notes
Notes: svn path=/head/; revision=460437
Diffstat (limited to 'security/nmap/files/patch-liblua_Makefile')
-rw-r--r--security/nmap/files/patch-liblua_Makefile13
1 files changed, 13 insertions, 0 deletions
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)
+