diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-11 17:25:36 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-11 17:25:36 +0000 |
commit | a779c04354e0890b8c41e16d818e347d2e5e67ae (patch) | |
tree | c36094298f8399762afdafe7f4be10c8240b074f /graphics | |
parent | 8b499abea8195b447ba3b97c06e5e56aa0a0f673 (diff) | |
download | freebsd-ports-a779c04354e0890b8c41e16d818e347d2e5e67ae.zip |
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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/icoutils/Makefile | 1 |
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> |