diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-11-29 04:01:56 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-11-29 04:01:56 +0800 |
commit | 7629f519d967ae467c2f123809020ed6ca83d225 (patch) | |
tree | df67fde89f61bf448f10e691ec467c302d9b607d /databases/unixODBC | |
parent | e25d7b3f265321093d9717eae41919a5a7b4a374 (diff) | |
download | freebsd-ports-gnome-7629f519d967ae467c2f123809020ed6ca83d225.tar.gz freebsd-ports-gnome-7629f519d967ae467c2f123809020ed6ca83d225.tar.zst freebsd-ports-gnome-7629f519d967ae467c2f123809020ed6ca83d225.zip |
- 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 275a4a3d4af8..586bf93f01eb 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} |