diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-06 04:08:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-06 04:08:33 +0000 |
commit | 9586b5668779cc3696503a80cb8b5fe3c3aaeed1 (patch) | |
tree | 15e5bba54578930affc66b9733d9b2e085dd3f34 /databases/unixodbc/patches | |
parent | 823ce591bc3b023a484165e1f7e2897b37349c45 (diff) | |
download | pkgsrc-9586b5668779cc3696503a80cb8b5fe3c3aaeed1.tar.gz |
databases/unixodbc - ODBC 2.x/3.x driver manager
The unixODBC project provides UNIX applications with the same ODBC 3.51
API and facilities available under MS Windows. It provides a Driver Manager
that supports the full ODBC API and performs the ODBC 3 to ODBC 2
translations with UNICODE to ANSI conversion. It also includes a collection
of ODBC drivers including a simple text-based driver, an NNTP driver, a
Postgres driver and others, and a selection of templates and libraries that
to aid in the construction of ODBC drivers. It works with MySQL, Postgres,
StarOffice, Applixware, iHTML, PHP, Perl DBD::ODBC, Paradox 9, and many
other applications and drivers. Connection pooling is also provided to
increase performance with applications such as PHP.
Diffstat (limited to 'databases/unixodbc/patches')
-rw-r--r-- | databases/unixodbc/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/unixodbc/patches/patch-aa b/databases/unixodbc/patches/patch-aa new file mode 100644 index 00000000000..6909527c33f --- /dev/null +++ b/databases/unixodbc/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/11/06 04:08:34 jlam Exp $ + +--- Makefile.in.orig Mon Nov 5 01:26:27 2001 ++++ Makefile.in +@@ -384,7 +384,7 @@ + install-data: install-data-recursive + + install-am: all-am +- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am ++ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am + install: install-recursive + uninstall-am: + uninstall: uninstall-recursive |