diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-05-05 07:16:59 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-05-05 07:18:03 -0700 |
commit | 7fb570170257bc4fbd563cd109dcbb2c241451cf (patch) | |
tree | 26838afcc2ae1e11cd1f8e3b863b6baa3310bc74 /security/nmap-devel/files/patch-liblua_Makefile | |
parent | www/tomcat{9,101,110,-devel}: Improve apply JAVA 9+ specific start-up parameters (diff) |
security/nmap-devel: Update to the latest GH commit
Diffstat (limited to 'security/nmap-devel/files/patch-liblua_Makefile')
-rw-r--r-- | security/nmap-devel/files/patch-liblua_Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nmap-devel/files/patch-liblua_Makefile b/security/nmap-devel/files/patch-liblua_Makefile index 5ff1968b2350..d21c7f3f7947 100644 --- a/security/nmap-devel/files/patch-liblua_Makefile +++ b/security/nmap-devel/files/patch-liblua_Makefile @@ -1,8 +1,8 @@ ---- liblua/Makefile.orig 2016-07-02 17:02:27 UTC +--- liblua/Makefile.orig 2025-04-30 19:58:18 UTC +++ liblua/Makefile -@@ -6,8 +6,8 @@ +@@ -6,8 +6,8 @@ PLAT= guess # Your platform. See PLATS for possible values. - PLAT= none + PLAT= guess -CC= gcc -std=gnu99 -CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_3 $(SYSCFLAGS) $(MYCFLAGS) |