diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-06-10 10:29:06 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-06-10 10:29:06 +0000 |
commit | f1e8819161dad211d3382606a61f5a00ea3e3465 (patch) | |
tree | 3be1680b8ea14fa054abde2437dec1bf08e3f82b | |
parent | devel/android-tools-fastboot: inflict minor style (diff) |
databases/freetds: Fix build with IODBC
PR: 200747
Submitted by: crest@sahiro.org
-rw-r--r-- | databases/freetds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index 766e5f8ffb33..fde42f2f5add 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -64,8 +64,8 @@ post-patch: s|/locales.conf|/locales.conf.sample|g ; \ s|/pool.conf|/pool.conf.sample|g ; \ s| common.h||g' - @${REINPLACE_CMD} -e 's|$$ODBC_INC/isql.h|$$ODBC_INC/libiodbc/isql.h|g ; \ - s|$$ODBC_INC/isqlext.h|$$ODBC_INC/libiodbc/isqlext.h|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|\(\$with_iodbc/include\)|\1/libiodbc|g' \ + ${WRKSRC}/configure.ac post-install: ${INSTALL_DATA} ${WRKSRC}/interfaces ${STAGEDIR}${ETCDIR}/interfaces.sample |