diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-11-28 20:01:56 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-11-28 20:01:56 +0000 |
commit | 1233e51f940552aeebe9f346bbeced4004d4de72 (patch) | |
tree | 33744b3f403af60aef751877eb8fd7297fee5356 /databases | |
parent | 64f004690ce00c928323441fccbe053e18e63ad1 (diff) | |
download | ports-1233e51f940552aeebe9f346bbeced4004d4de72.tar.gz ports-1233e51f940552aeebe9f346bbeced4004d4de72.zip |
Notes
Diffstat (limited to 'databases')
-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} |