o Fix build on ${OSVERSION} < 500000: remove patch that replaces
references from <stdint.h> to <inttypes.h> o This port actually needs <stdint.h> and it does provide an appropriate copy if none is available in the host system Submitted by: pointyhat (kris)
This commit is contained in:
parent
8b499abea8
commit
a779c04354
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150890
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ post-patch:
|
||||||
@${FIND} ${WRKSRC} -type f -print0 | \
|
@${FIND} ${WRKSRC} -type f -print0 | \
|
||||||
${XARGS} -0 -x -n 10 \
|
${XARGS} -0 -x -n 10 \
|
||||||
${REINPLACE_CMD} -E \
|
${REINPLACE_CMD} -E \
|
||||||
-e 's|<stdint.h>|<inttypes.h>|' \
|
|
||||||
-e 's|/usr/bin/perl|${PERL5}|'
|
-e 's|/usr/bin/perl|${PERL5}|'
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
Loading…
Reference in a new issue