summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2006-03-20 19:43:31 +0000
committerlioux <lioux@FreeBSD.org>2006-03-20 19:43:31 +0000
commitad4aadf999d3d4e44293fded601fb4ef1399362a (patch)
tree5053cca529e5aa0ea107236c9aecf21da6c82ecc /graphics
parentcb92056d65dffed34933500b39904895f786434d (diff)
downloadFreeBSD-ports-ad4aadf999d3d4e44293fded601fb4ef1399362a.zip
FreeBSD-ports-ad4aadf999d3d4e44293fded601fb4ef1399362a.tar.gz
Fix for FreeBSD 4.x branch: replace header stdint.h with inttypes.h
Reported by: kris
Diffstat (limited to 'graphics')
-rw-r--r--graphics/icoutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile
index 977858d..8946d0b 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>
OpenPOWER on IntegriCloud