diff options
Diffstat (limited to 'net-analyzer/nmap/files/nmap-4.68-concurrent-make-fix.patch')
-rw-r--r-- | net-analyzer/nmap/files/nmap-4.68-concurrent-make-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-analyzer/nmap/files/nmap-4.68-concurrent-make-fix.patch b/net-analyzer/nmap/files/nmap-4.68-concurrent-make-fix.patch deleted file mode 100644 index 4cc8acb21114..000000000000 --- a/net-analyzer/nmap/files/nmap-4.68-concurrent-make-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naurp nmap-4.68-orig/Makefile.in nmap-4.68/Makefile.in ---- nmap-4.68-orig/Makefile.in 2008-08-30 01:04:10.000000000 +0200 -+++ nmap-4.68/Makefile.in 2008-08-30 01:04:45.000000000 +0200 -@@ -101,7 +101,7 @@ nbase_build: $(NBASEDIR)/Makefile - @echo Compiling libnbase; - cd $(NBASEDIR) && $(MAKE) - --nsock_build: $(NSOCKDIR)/src/Makefile -+nsock_build: $(NSOCKDIR)/src/Makefile nbase_build - @echo Compiling libnsock; - cd $(NSOCKDIR)/src && $(MAKE) - |