diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-23 03:54:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-23 03:54:43 +0000 |
commit | 63fd4602e8d8b9e763aa8fece64af4db7e88bd21 (patch) | |
tree | 3c930cab23fa68404e50c83d31809bcb4a2c9c37 /databases/unixODBC/files | |
parent | 8a887af45b8e25fa6a04a38122e80c722dc03366 (diff) | |
download | ports-63fd4602e8d8b9e763aa8fece64af4db7e88bd21.tar.gz ports-63fd4602e8d8b9e763aa8fece64af4db7e88bd21.zip |
Notes
Diffstat (limited to 'databases/unixODBC/files')
-rw-r--r-- | databases/unixODBC/files/patch-ad | 13 |
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)) |