summaryrefslogtreecommitdiff
path: root/net/arpwatch-devel/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/arpwatch-devel/files/patch-aa')
-rw-r--r--net/arpwatch-devel/files/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/arpwatch-devel/files/patch-aa b/net/arpwatch-devel/files/patch-aa
deleted file mode 100644
index cc73ec717921..000000000000
--- a/net/arpwatch-devel/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- ../arpwatch.orig/Makefile.in Wed Jun 14 20:39:55 2000
-+++ ./Makefile.in Mon Sep 15 14:31:33 2003
-@@ -45,7 +45,7 @@
- PROG = arpwatch
- CCOPT = @V_CCOPT@
- INCLS = -I. @V_INCLS@
--DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
-+DEFS = @DEFS@ -pthread -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
-
- # Standard CFLAGS
- CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
-@@ -110,8 +110,8 @@
- $(CC) $(CFLAGS) -o $@ zap.o intoa.o -lutil
-
- install: force
-- $(INSTALL) -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST)
-- $(INSTALL) -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST)
-+ $(INSTALL) -s -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST)
-+ $(INSTALL) -s -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST)
-
- install-man: force
- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/arpwatch.8 \