diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-19 23:34:48 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-19 23:34:48 +0000 |
commit | 486518fcaaa4b373ad28bfaa87b26523a50d9cd2 (patch) | |
tree | f353e6fbb8a862121294775d61b335e29d780799 /net-mgmt/arpwatch-devel/files/patch-aa | |
parent | 0af9b9f2945f1ff8c64aed409f90679a2a83c11c (diff) | |
download | ports-486518fcaaa4b373ad28bfaa87b26523a50d9cd2.tar.gz ports-486518fcaaa4b373ad28bfaa87b26523a50d9cd2.zip |
Notes
Diffstat (limited to 'net-mgmt/arpwatch-devel/files/patch-aa')
-rw-r--r-- | net-mgmt/arpwatch-devel/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch-devel/files/patch-aa b/net-mgmt/arpwatch-devel/files/patch-aa new file mode 100644 index 000000000000..cc73ec717921 --- /dev/null +++ b/net-mgmt/arpwatch-devel/files/patch-aa @@ -0,0 +1,22 @@ +--- ../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 \ |