Back out last commit, the template got fixed in the meantime.

This commit is contained in:
Michael Nottebrock 2005-10-14 19:44:55 +00:00
parent 4e9c7baa4a
commit b5e76bed8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145406

View File

@ -24,10 +24,6 @@ MAKE_ENV+= COMPRESS_CMD="${COMPRESS_CMD:S/c//}"
post-patch:
@${FIND} ${WRKSRC} -name '*.c' | ${XARGS} ${GREP} -lF malloc.h \
| ${XARGS} ${REINPLACE_CMD} -n -e "s|<malloc.h>||" -e t -e p
.if ${OSVERSION} < 500027
@${FIND} ${WRKSRC} | ${XARGS} ${GREP} -lF stdint.h \
| ${XARGS} ${REINPLACE_CMD} -e "s|<stdint.h>|<inttypes.h>|g"
.endif
post-configure:
# Work around shortcomings of the Image.rules et. al: