diff -u libgda5-mdb.orig/Makefile libgda5-mdb/Makefile --- libgda5-mdb.orig/Makefile 2013-10-04 07:47:59.000000000 +0200 +++ libgda5-mdb/Makefile 2013-11-10 18:23:21.000000000 +0100 @@ -17,4 +17,11 @@ LIBGDA5_SLAVE= mdb NO_STAGE= yes + +post-extract: + @${REINPLACE_CMD} -e 's|MDB_SDATETIME|MDB_DATETIME|g' \ + ${WRKSRC}/providers/mdb/gda-mdb-provider.c \ + ${WRKSRC}/providers/mdb/libmdb-src/include/mdbtools.h \ + ${WRKSRC}/providers/mdb/libmdb-src/data.c + .include "${MASTERDIR}/Makefile"