arpwatch does not need its bcopy copy now
[packages.git] / net / arpwatch / patches / 001-no_bcopy.patch
1 diff -urN arpwatch-2.1a11/Makefile.in arpwatch-2.1a11.new/Makefile.in
2 --- arpwatch-2.1a11/Makefile.in 2000-06-15 02:39:55.000000000 +0200
3 +++ arpwatch-2.1a11.new/Makefile.in     2007-12-30 03:59:03.000000000 +0100
4 @@ -74,9 +74,9 @@
5  
6  # We would like to say "OBJ = $(SRC:.c=.o)" but Ultrix's make cannot
7  # hack the extra indirection
8 -OBJ =  $(WSRC:.c=.o) $(SSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) @LIBOBJS@
9 -WOBJ = $(WSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) @LIBOBJS@
10 -SOBJ = $(SSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) @LIBOBJS@
11 +OBJ =  $(WSRC:.c=.o) $(SSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) #@LIBOBJS@
12 +WOBJ = $(WSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) #@LIBOBJS@
13 +SOBJ = $(SSRC:.c=.o) $(CSRC:.c=.o) $(GENSRC:.c=.o) #@LIBOBJS@
14  HDR =  arpwatch.h db.h dns.h ec.h file.h machdep.h report.h setsignal.h
15  
16  TAGHDR = \