summaryrefslogtreecommitdiff
path: root/graphics/icoutils
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-03-20 19:43:31 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-03-20 19:43:31 +0000
commitb92a10bf4f4a40d5a569f7f77621e27313b38a63 (patch)
tree64fa20bbc2afe9c4826e484fcdd525cb87a8f92d /graphics/icoutils
parento Fix build on FreeBSD 4.x branch by requiring USE_GETOPT_LONG (diff)
Fix for FreeBSD 4.x branch: replace header stdint.h with inttypes.h
Reported by: kris
Notes
Notes: svn path=/head/; revision=157776
Diffstat (limited to 'graphics/icoutils')
-rw-r--r--graphics/icoutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile
index 977858d3e10e..8946d0b52292 100644
--- a/graphics/icoutils/Makefile
+++ b/graphics/icoutils/Makefile
@@ -37,6 +37,7 @@ post-patch:
@${FIND} ${WRKSRC} -type f -print0 | \
${XARGS} -0 -x -n 10 \
${REINPLACE_CMD} -E \
+ -e 's|stdint\.h|inttypes\.h|g' \
-e 's|/usr/bin/perl|${PERL5}|'
.include <bsd.port.pre.mk>