aboutsummaryrefslogtreecommitdiff
path: root/databases/unixODBC
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-11-28 20:01:56 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-11-28 20:01:56 +0000
commit1233e51f940552aeebe9f346bbeced4004d4de72 (patch)
tree33744b3f403af60aef751877eb8fd7297fee5356 /databases/unixODBC
parent64f004690ce00c928323441fccbe053e18e63ad1 (diff)
downloadports-1233e51f940552aeebe9f346bbeced4004d4de72.tar.gz
ports-1233e51f940552aeebe9f346bbeced4004d4de72.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.
Notes
Notes: svn path=/head/; revision=178202
Diffstat (limited to 'databases/unixODBC')
-rw-r--r--databases/unixODBC/Makefile4
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}