aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-12-12 01:25:36 +0800
committerlioux <lioux@FreeBSD.org>2005-12-12 01:25:36 +0800
commitea8f020058f4b876f5bd1518eed27dd8f18bd21d (patch)
treeea5f1e45343fc11ff12187686179d483cee0f5ac /graphics
parenta1ecd61fb91b2d197f52817bb26002a4c703dcd2 (diff)
downloadfreebsd-ports-gnome-ea8f020058f4b876f5bd1518eed27dd8f18bd21d.tar.gz
freebsd-ports-gnome-ea8f020058f4b876f5bd1518eed27dd8f18bd21d.tar.zst
freebsd-ports-gnome-ea8f020058f4b876f5bd1518eed27dd8f18bd21d.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/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>