aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2006-11-05 14:06:25 +0000
committerClement Laforet <clement@FreeBSD.org>2006-11-05 14:06:25 +0000
commitf64096de3beaf9d56d8cbafbe5b083d1b482a545 (patch)
tree3a4d0c0c384d2abf65cc9ee82309bf474f6a62dc
parent2c7fc23330070600421d9d078378fe16c551f152 (diff)
downloadports-f64096de3beaf9d56d8cbafbe5b083d1b482a545.tar.gz
ports-f64096de3beaf9d56d8cbafbe5b083d1b482a545.zip
- Fix bison build failure
Submitted by: Armin Arh <armin@pubbox.net>
Notes
Notes: svn path=/head/; revision=176497
-rw-r--r--ftp/moftpd/files/patch-config.y10
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/moftpd/files/patch-config.y b/ftp/moftpd/files/patch-config.y
new file mode 100644
index 000000000000..b92ef5baf147
--- /dev/null
+++ b/ftp/moftpd/files/patch-config.y
@@ -0,0 +1,10 @@
+--- config.y.orig Wed Apr 6 15:42:48 2005
++++ config.y Wed Nov 1 15:04:08 2006
+@@ -109,6 +109,7 @@
+ { $$ = RLIM_INFINITY; }
+ | D_NUMBER
+ { $$ = $1; }
++ ;
+
+ topst: topopt semicolon
+ | server