diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-04-05 02:02:34 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-04-05 02:02:34 +0000 |
commit | 2bfbe812cfcf4edf81f161a9a8011e4336da63e4 (patch) | |
tree | 32819c8929f6149d19e119a84f8b108d21849b3a /net/pim6sd | |
parent | 0a0ac1392e8a9542e1b78e56acc66b6202b5ce1f (diff) | |
download | pkgsrc-2bfbe812cfcf4edf81f161a9a8011e4336da63e4.tar.gz |
Make this find y.tab.h (instead of cfbla.h).
We explicityly ask yacc to create a y.tab.h file, so this should be
no problem on onther OS versions. (Tested: 1.5.3)
Diffstat (limited to 'net/pim6sd')
-rw-r--r-- | net/pim6sd/distinfo | 3 | ||||
-rw-r--r-- | net/pim6sd/patches/patch-ac | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/net/pim6sd/distinfo b/net/pim6sd/distinfo index 170d9362871..c4b564232c8 100644 --- a/net/pim6sd/distinfo +++ b/net/pim6sd/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2002/04/03 05:37:00 itojun Exp $ +$NetBSD: distinfo,v 1.3 2002/04/05 02:02:34 hubertf Exp $ SHA1 (pim6sd-20020403a.tar.gz) = e00e1b6acdce1d605eb4f61e70618f4b7c37773e Size (pim6sd-20020403a.tar.gz) = 165983 bytes SHA1 (patch-aa) = 8346bedaff00ed1b37226a5f53fb720890f19a68 SHA1 (patch-ab) = 93ada333baf53c023d6bcd229d10afa25453cfaf +SHA1 (patch-ac) = 6dd1b17869ecd85a51825b200edae4a4633849fd diff --git a/net/pim6sd/patches/patch-ac b/net/pim6sd/patches/patch-ac new file mode 100644 index 00000000000..36c4cc6a5b3 --- /dev/null +++ b/net/pim6sd/patches/patch-ac @@ -0,0 +1,16 @@ +$NetBSD: patch-ac,v 1.1 2002/04/05 02:02:34 hubertf Exp $ + +--- cftoken.l.orig Wed Apr 3 07:32:18 2002 ++++ cftoken.l +@@ -44,11 +44,7 @@ + #include "vmbuf.h" + #include "debug.h" + #include "cfparse-defs.h" +-#ifdef __NetBSD__ +-#include "cfparse.h" +-#else + #include "y.tab.h" +-#endif + + static int yyerrorcount = 0; + int lineno = 1; |