1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- fix build on 64 bit

This commit is contained in:
Dirk Meyer 2010-06-11 08:50:24 +00:00
parent b8dbf99747
commit c4a724de7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256362

View File

@ -27,7 +27,7 @@ PORTDOCS= CHANGES README TODO
post-patch:
@${GREP} -lR "<stdint\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|<stdint\.h>|<inttypes.h>|g'
@${REINPLACE_CMD} -e \
@${REINPLACE_CMD} -e 's|-m32||' -e \
's|-L. -lreplex|libreplex.a $${LIBS}|g' ${WRKSRC}/Makefile
do-install: