diff options
Diffstat (limited to 'databases/unixODBC/files/patch-ad')
-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 0000000..b9c9ce1 --- /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)) |