diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-03-21 18:56:07 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-03-21 18:56:07 +0000 |
commit | 5825e74c884898a5e8c28876b8d6c99fc3c1b947 (patch) | |
tree | 90174ae9774cb96faf17fa23a94d3868eefcf5a5 /databases/xbsql | |
parent | e4c49b72da9ad6453d1421ca4c2e13d3d790e2d8 (diff) |
Notes
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 28527fe952b4..f9a28b23b9f7 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) |