summaryrefslogtreecommitdiff
path: root/databases/mysql2odbc/files/patch-configure
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-08-31 18:43:34 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-08-31 18:43:34 +0000
commitd5cf0d45a2857f5454a000f63d37a0831672dc49 (patch)
tree10c6b27f5cf61f507eb0b5059f15dfd5ebd5d2db /databases/mysql2odbc/files/patch-configure
parentRemove wxgtk26-contrib-utils because wxrc is in base for a long time (diff)
New port: mysql2odbc 0.99.2
The MySQL-ODBC SDK enables you to make MySQL-specific applications database-independent without wholesale re-writes of your application code. Thus, applications that are written directly to the MySQL call level interface now end up being database independent via iODBC (or unixODBC), and usable against any ODBC accessible database (including MySQL). WWW: http://www.iodbc.org/index.php?page=mysql2odbc/index
Notes
Notes: svn path=/head/; revision=141616
Diffstat (limited to 'databases/mysql2odbc/files/patch-configure')
-rw-r--r--databases/mysql2odbc/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql2odbc/files/patch-configure b/databases/mysql2odbc/files/patch-configure
new file mode 100644
index 000000000000..712281f23007
--- /dev/null
+++ b/databases/mysql2odbc/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sat Aug 20 16:05:00 2005
++++ configure Sat Aug 20 16:05:10 2005
+@@ -8915,7 +8915,7 @@
+
+ echo "$as_me:$LINENO: checking for UnixODBC support" >&5
+ echo $ECHO_N "checking for UnixODBC support... $ECHO_C" >&6
+- if test -f "$withval/lib/libodbc.la"
++ if test -f "$withval/lib/libodbc.a"
+ then
+ found_odbc=yes
+ ODBC_CFLAGS="-I$withval/include"