ports/security/nmap-devel/files/patch-nmap.cc
Cy Schubert c89426b1f2 security/nmap-devel: New port
Introduce nmap development port. The development branch includes
prerequisite updates including the pcre2 replacement of pcre.
This port tracks the nmap/nmap github repo.
2024-03-28 13:53:59 -07:00

10 lines
189 B
C++

--- nmap.cc.orig 2020-10-02 16:12:22 UTC
+++ nmap.cc
@@ -69,6 +69,7 @@
#include <shlobj.h>
#endif
+#include <getopt.h>
#include "nmap.h"
#include "osscan.h"
#include "scan_engine.h"