1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- 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.
This commit is contained in:
Max Khon 2006-11-28 20:01:56 +00:00
parent 64f004690c
commit 1233e51f94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178202

View File

@ -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}