aboutsummaryrefslogtreecommitdiff
path: root/databases/unixODBC/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-07-23 03:54:43 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-07-23 03:54:43 +0000
commit63fd4602e8d8b9e763aa8fece64af4db7e88bd21 (patch)
tree3c930cab23fa68404e50c83d31809bcb4a2c9c37 /databases/unixODBC/files
parent8a887af45b8e25fa6a04a38122e80c722dc03366 (diff)
downloadports-63fd4602e8d8b9e763aa8fece64af4db7e88bd21.tar.gz
ports-63fd4602e8d8b9e763aa8fece64af4db7e88bd21.zip
Update to 2.0.8.
PR: ports/29011 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=45377
Diffstat (limited to 'databases/unixODBC/files')
-rw-r--r--databases/unixODBC/files/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/unixODBC/files/patch-ad b/databases/unixODBC/files/patch-ad
new file mode 100644
index 000000000000..b9c9ce14faa1
--- /dev/null
+++ b/databases/unixODBC/files/patch-ad
@@ -0,0 +1,13 @@
+--- sqp/lex.l Thu Jun 21 23:30:52 2001
++++ ../../ports/databases/unixODBC/work/unixODBC-2.0.8/sqp/lex.l Sat Jul 14 09:27:09 2001
+@@ -13,9 +13,9 @@
+
+ %{
+
++#include "sqp.h"
+ #include "yac.h"
+ #include <string.h>
+-#include "sqp.h"
+
+ #undef YY_INPUT
+ #define YY_INPUT(b, r, ms) (r = my_yyinput(b, ms))