From 473552512a7f20d56ddc16b4848cfeaee3b9c0b1 Mon Sep 17 00:00:00 2001
From: Roy Storey <kiwiroy@users.noreply.github.com>
Date: Tue, 5 Jul 2016 20:19:34 +1200
Subject: [PATCH] 7.4 rather than 8.0 following advice from
http://www.freetds.org/userguide/choosingtdsprotocol.htm
---
databases/freetds/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/databases/freetds/Portfile b/databases/freetds/Portfile
index 90c544a..8721bca 100644
a
|
b
|
post-activate { |
67 | 67 | } |
68 | 68 | |
69 | 69 | variant mssql description {Use MS style dblib} { |
70 | | configure.args-append --enable-msdblib --with-tdsver=8.0 |
| 70 | configure.args-append --enable-msdblib --with-tdsver=7.4 |
71 | 71 | } |
72 | 72 | |
73 | 73 | variant odbc conflicts iodbc description {Build odbc driver against unixODBC} { |