diff options
Diffstat (limited to 'net-mgmt/sting/files/patch-aa')
-rw-r--r-- | net-mgmt/sting/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/sting/files/patch-aa b/net-mgmt/sting/files/patch-aa new file mode 100644 index 000000000000..87417fd343fa --- /dev/null +++ b/net-mgmt/sting/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile Fri Nov 5 06:00:22 1999 ++++ Makefile.new Wed May 10 11:11:23 2000 +@@ -42,7 +42,7 @@ + INCLS = -I. -I$(LIBPCAP) + DEFS = -DRETSIGTYPE=void -DHAVE_SIGACTION=1 + CFLAGS = -Wall $(CCOPT) $(DEFS) $(INCLS) +-LIBS = -lm $(LIBPCAP)/libpcap.a ++LIBS = -lm -lpcap + + all: sting + |