diff -u libgda3-mdb.orig/Makefile libgda3-mdb/Makefile --- libgda3-mdb.orig/Makefile 2013-10-04 07:47:57.000000000 +0200 +++ libgda3-mdb/Makefile 2013-11-10 18:08:39.000000000 +0100 @@ -17,4 +17,9 @@ LIBGDA3_SLAVE= mdb NO_STAGE= yes + +post-extract: + @${REINPLACE_CMD} -e 's|MDB_SDATETIME|MDB_DATETIME|g' \ + ${WRKSRC}/providers/mdb/util.c + .include "${MASTERDIR}/Makefile"