summaryrefslogtreecommitdiff
path: root/graphics/icoutils
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-12-11 17:25:36 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-12-11 17:25:36 +0000
commita779c04354e0890b8c41e16d818e347d2e5e67ae (patch)
treec36094298f8399762afdafe7f4be10c8240b074f /graphics/icoutils
parentNew port linux-libperl version 5.8.5: Library for embedding the (diff)
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)
Notes
Notes: svn path=/head/; revision=150890
Diffstat (limited to 'graphics/icoutils')
-rw-r--r--graphics/icoutils/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile
index 8309dc4340cb..977858d3e10e 100644
--- a/graphics/icoutils/Makefile
+++ b/graphics/icoutils/Makefile
@@ -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>