diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-11-28 20:01:56 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-11-28 20:01:56 +0000 |
commit | 7629f519d967ae467c2f123809020ed6ca83d225 (patch) | |
tree | df67fde89f61bf448f10e691ec467c302d9b607d /databases/unixODBC | |
parent | e25d7b3f265321093d9717eae41919a5a7b4a374 (diff) | |
download | FreeBSD-ports-7629f519d967ae467c2f123809020ed6ca83d225.zip FreeBSD-ports-7629f519d967ae467c2f123809020ed6ca83d225.tar.gz |
- Fix the build if MiniSQL headers are present: never build MiniSQL
ODBC driver. It is not in our pkg-plist and the build is broken.
- Bump PORTREVISION.
Diffstat (limited to 'databases/unixODBC')
-rw-r--r-- | databases/unixODBC/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 275a4a3..586bf93 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -7,6 +7,7 @@ PORTNAME= unixODBC PORTVERSION= 2.2.12 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ @@ -43,6 +44,9 @@ CONFIGURE_ARGS+= --enable-threads=yes CONFIGURE_ARGS+= --enable-threads=no .endif +post-patch: + @${REINPLACE_CMD} -e 's,@MSQL_TRUE@lib_LTLIBRARIES,#@MSQL_TRUE@lib_LTLIBRARIES,' ${WRKSRC}/Drivers/MiniSQL/Makefile.in + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |