diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-03-20 19:43:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-03-20 19:43:31 +0000 |
commit | b92a10bf4f4a40d5a569f7f77621e27313b38a63 (patch) | |
tree | 64fa20bbc2afe9c4826e484fcdd525cb87a8f92d /graphics/icoutils | |
parent | e8e8c02abab0d71c80a8cdc862e43b62d870bca2 (diff) | |
download | ports-b92a10bf4f4a40d5a569f7f77621e27313b38a63.tar.gz ports-b92a10bf4f4a40d5a569f7f77621e27313b38a63.zip |
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/Makefile | 1 |
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> |