diff options
author | Babak Farrokhi <farrokhi@FreeBSD.org> | 2020-04-09 20:23:25 +0000 |
---|---|---|
committer | Babak Farrokhi <farrokhi@FreeBSD.org> | 2020-04-09 20:23:25 +0000 |
commit | efd7d88a629cacc3255e165928ee834c7a527d26 (patch) | |
tree | a5d1178e837ddada082bb3dc2442d263389b6ba9 /security/n2n/files/patch-Makefile | |
parent | Unbreak bulk -a (diff) |
security/n2n: Update to 2.6
- Update to 2.6
- Pet portlint
Relnotes: https://github.com/ntop/n2n/releases/tag/2.6
Notes
Notes:
svn path=/head/; revision=531269
Diffstat (limited to 'security/n2n/files/patch-Makefile')
-rw-r--r-- | security/n2n/files/patch-Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/n2n/files/patch-Makefile b/security/n2n/files/patch-Makefile deleted file mode 100644 index cab4da7f3c20..000000000000 --- a/security/n2n/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2018-08-17 12:16:07 UTC -+++ Makefile -@@ -4,8 +4,8 @@ N2N_OSNAME=$(shell uname -p) - - ######## - --CC=gcc --DEBUG?=-g3 -+CC?=gcc -+#DEBUG?=-g3 - #OPTIMIZATION?=-O2 - WARN?=-Wall -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs - |