diff options
Diffstat (limited to 'databases/xbsql')
-rw-r--r-- | databases/xbsql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/xbsql/Makefile b/databases/xbsql/Makefile index 28527fe952b..f9a28b23b9f 100644 --- a/databases/xbsql/Makefile +++ b/databases/xbsql/Makefile @@ -30,6 +30,8 @@ post-patch: .for mkin in ${LB2FIX} @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/${mkin} .endfor + @${REINPLACE_CMD} -e "s|T_DIVIDE|&S|" ${WRKSRC}/xbsql/xbsql.y \ + ${WRKSRC}/xbsql/lex.yy.c post-install: .if !defined(NOPORTDOCS) |