diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-06-01 05:05:11 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-06-01 05:05:11 +0800 |
commit | 32e34fbb6ce12b5176f6e5df922a9b49d169f57a (patch) | |
tree | ab1ee68c5bb7ba87256ae93380467e2881a48647 /databases/unixODBC | |
parent | d636f184a1fcf9c9a7fb9660259affa597872e84 (diff) | |
download | freebsd-ports-gnome-32e34fbb6ce12b5176f6e5df922a9b49d169f57a.tar.gz freebsd-ports-gnome-32e34fbb6ce12b5176f6e5df922a9b49d169f57a.tar.zst freebsd-ports-gnome-32e34fbb6ce12b5176f6e5df922a9b49d169f57a.zip |
- Never build MiniSQL driver (it is broken)
- Provide a real fix for building MiniSQL driver in case someone
will be interested in adding it back (including WITH/WITHOUT Makefile
knobs and correct pkg-plist conditionals).
Diffstat (limited to 'databases/unixODBC')
-rw-r--r-- | databases/unixODBC/files/patch-Drivers-MiniSQL-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/unixODBC/files/patch-Drivers-MiniSQL-Makefile.in b/databases/unixODBC/files/patch-Drivers-MiniSQL-Makefile.in new file mode 100644 index 000000000000..49d63d284aa0 --- /dev/null +++ b/databases/unixODBC/files/patch-Drivers-MiniSQL-Makefile.in @@ -0,0 +1,18 @@ +--- Drivers/MiniSQL/Makefile.in.orig Tue Jun 1 03:53:12 2004 ++++ Drivers/MiniSQL/Makefile.in Tue Jun 1 03:54:45 2004 +@@ -173,13 +173,13 @@ + target_alias = @target_alias@ + x_includes = @x_includes@ + x_libraries = @x_libraries@ +-@MSQL_TRUE@lib_LTLIBRARIES = libodbcmini.la ++#@MSQL_TRUE@lib_LTLIBRARIES = libodbcmini.la + + @MSQL_TRUE@INCLUDES = -I../../include -I. -I@msql_headers@ -I${INCLTDL} + + + # PAH - Redundant? +-# DEFS = -DUNIXODBC @DEFS@ -DDRIVER_NAME=\"odbcminisql\" ++DEFS = -DUNIXODBC @DEFS@ -DDRIVER_NAME=\"odbcminisql\" + @MSQL_TRUE@libodbcmini_la_SOURCES = \ + @MSQL_TRUE@ SQLAllocConnect.c \ + @MSQL_TRUE@ SQLAllocEnv.c \ |