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:
Mario Sergio Fujikawa Ferreira 2005-12-11 17:25:36 +00:00
parent 8b499abea8
commit a779c04354
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150890

View file

@ -37,7 +37,6 @@ post-patch:
@${FIND} ${WRKSRC} -type f -print0 | \
${XARGS} -0 -x -n 10 \
${REINPLACE_CMD} -E \
-e 's|<stdint.h>|<inttypes.h>|' \
-e 's|/usr/bin/perl|${PERL5}|'
.include <bsd.port.pre.mk>