mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/pecl-mdbtools: fix build with newer mdbtools
- Fix build broken since r333427 Reported by: mat
This commit is contained in:
parent
d04fb1a7c7
commit
fd9c165593
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333581
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue