databases/pecl-mdbtools: fix build with newer mdbtools

- Fix build broken since r333427

Reported by:	mat
This commit is contained in:
William Grzybowski 2013-11-12 15:43:31 +00:00
parent d04fb1a7c7
commit fd9c165593
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333581

View File

@ -27,4 +27,9 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libmdb.a:${PORTSDIR}/databases/mdbtools
CONFIGURE_ARGS= --with-mdbtools=${LOCALBASE}
NO_STAGE= yes
post-extract:
@${REINPLACE_CMD} -e 's|MDB_SDATETIME|MDB_DATETIME|g' \
${WRKSRC}/mdbtools.c
.include <bsd.port.mk>