aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tellico
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-08-16 01:10:32 +0800
committermarkus <markus@FreeBSD.org>2004-08-16 01:10:32 +0800
commit76558b9446a3bc160267816c788bfaf0fa2b21dc (patch)
treec5cb3d1522e2d15cb4c95a4290a66b116abba510 /misc/tellico
parenteac1c72e5c1913d3cae25f10bb1e6d399de59000 (diff)
downloadfreebsd-ports-gnome-76558b9446a3bc160267816c788bfaf0fa2b21dc.tar.gz
freebsd-ports-gnome-76558b9446a3bc160267816c788bfaf0fa2b21dc.tar.zst
freebsd-ports-gnome-76558b9446a3bc160267816c788bfaf0fa2b21dc.zip
Fix build with gcc 3.4
Noticed by: pointyhat
Diffstat (limited to 'misc/tellico')
-rw-r--r--misc/tellico/files/patch-src-translators-btparse-err.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/tellico/files/patch-src-translators-btparse-err.h b/misc/tellico/files/patch-src-translators-btparse-err.h
new file mode 100644
index 000000000000..cbc686f46f59
--- /dev/null
+++ b/misc/tellico/files/patch-src-translators-btparse-err.h
@@ -0,0 +1,10 @@
+--- src/translators/btparse/err.h.orig Sun Aug 15 18:48:06 2004
++++ src/translators/btparse/err.h Sun Aug 15 18:50:09 2004
+@@ -118,7 +118,6 @@
+ int *err_k;
+ int i;
+ va_list ap;
+- int k;
+ va_start(ap, k);
+ text[0] = '\0';
+ for (i=1; i<=k; i++) /* collect all lookahead sets */