diff options
author | abs <abs> | 1999-04-16 22:30:51 +0000 |
---|---|---|
committer | abs <abs> | 1999-04-16 22:30:51 +0000 |
commit | 724b0d458ab497b9b5726dff7378ba8170b04c13 (patch) | |
tree | 9853ead8c9e45aceafdf932f984be897f8a2beba /net/tcptrace/patches | |
parent | 4805a418c4d1c14508077109be1cc5aeae1df689 (diff) | |
download | pkgsrc-724b0d458ab497b9b5726dff7378ba8170b04c13.tar.gz |
Update to 5.1.1. Add patch to avoid bison.
Diffstat (limited to 'net/tcptrace/patches')
-rw-r--r-- | net/tcptrace/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/tcptrace/patches/patch-aa b/net/tcptrace/patches/patch-aa new file mode 100644 index 00000000000..96b5a86e208 --- /dev/null +++ b/net/tcptrace/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.5 1999/04/16 22:30:52 abs Exp $ +--- Makefile.in.orig Fri Apr 16 15:11:50 1999 ++++ Makefile.in Fri Apr 16 15:12:02 1999 +@@ -170,7 +170,7 @@ + # easily. + # + filt_parser.c: filt_parser.y filter.h +- bison -vd -p filtyy filt_parser.y -o filt_parser.c ++ yacc -vd -p filtyy -o filt_parser.c filt_parser.y + cp filt_parser.c flex_bison + cp filt_parser.h flex_bison + filt_scanner.c: filt_scanner.l filter.h filt_parser.h |