diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-05-31 21:05:11 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-05-31 21:05:11 +0000 |
commit | d7b47d8803630ae76a5076fdc977860e28a32c8d (patch) | |
tree | fd2c8ccf9c4a3dddef6db7ed827d05e67e46f2f3 /databases/unixODBC | |
parent | 47aa782e8099c695fb73a9aeb70ae96afd0a60b3 (diff) | |
download | ports-d7b47d8803630ae76a5076fdc977860e28a32c8d.tar.gz ports-d7b47d8803630ae76a5076fdc977860e28a32c8d.zip |
Notes
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 \ |