diff options
author | cy <cy@FreeBSD.org> | 2002-10-29 23:21:04 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2002-10-29 23:21:04 +0800 |
commit | 1e2420797f97a790878d553d5001c16ecb36a776 (patch) | |
tree | 2191cb896aaa89b49421c554af5ed95fb2a5b5b1 /security | |
parent | b92d6bdcb19acd0e7db9985bc258e1c4c8f2be5c (diff) | |
download | freebsd-ports-gnome-1e2420797f97a790878d553d5001c16ecb36a776.tar.gz freebsd-ports-gnome-1e2420797f97a790878d553d5001c16ecb36a776.tar.zst freebsd-ports-gnome-1e2420797f97a790878d553d5001c16ecb36a776.zip |
Patch to build with new bison 1.75.
Submitted by: Stephen Hilton
Diffstat (limited to 'security')
-rw-r--r-- | security/aide/files/patch-src::conf_yacc.y | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/aide/files/patch-src::conf_yacc.y b/security/aide/files/patch-src::conf_yacc.y new file mode 100644 index 000000000000..71840af9a4c2 --- /dev/null +++ b/security/aide/files/patch-src::conf_yacc.y @@ -0,0 +1,11 @@ +--- src/conf_yacc.y.orig Thu Apr 13 06:41:46 2000 ++++ src/conf_yacc.y Tue Oct 29 07:14:34 2002 +@@ -144,7 +144,7 @@ + conferror("Error in expression"); + YYABORT; + } +- } ++ } ; + + other : TRIGHTS { $$ =$1 ;} | TUSER {$$ =$1 ;} + | TGROUP {$$ =$1 ;} | TINODE {$$ =$1 ;} |