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:
parent
b8dbf99747
commit
c4a724de7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256362
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user