summaryrefslogtreecommitdiff
path: root/security/zenmap/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/zenmap/files/patch-ab')
-rw-r--r--security/zenmap/files/patch-ab25
1 files changed, 0 insertions, 25 deletions
diff --git a/security/zenmap/files/patch-ab b/security/zenmap/files/patch-ab
deleted file mode 100644
index 01688d8d4b88..000000000000
--- a/security/zenmap/files/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.in.orig Fri May 7 04:51:52 1999
-+++ Makefile.in Fri Jul 23 10:46:08 1999
-@@ -71,7 +71,7 @@
- PROGRAMS = $(bin_PROGRAMS)
-
-
--DEFS = @DEFS@ -I. -I$(srcdir)
-+DEFS = @DEFS@ -DNMAP_PATH=\"$(bindir)/\" -I. -I$(srcdir)
- CPPFLAGS = @CPPFLAGS@
- STATIC =
- LDFLAGS = @LDFLAGS@ $(STATIC)
-@@ -231,11 +231,11 @@
- maintainer-clean-depend:
- -rm -rf .deps
-
--%.o: %.c
-+.c.o:
- @echo '$(COMPILE) -c $<'; \
- $(COMPILE) -c $<
-
--%.lo: %.c
-+.c.lo:
- @echo '$(LTCOMPILE) -c $<'; \
- $(LTCOMPILE) -c $<
- @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \