aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-18 06:12:16 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-18 06:12:16 +0000
commit99b8b64f4da3dcbcad1d6eda2659220e80a88d86 (patch)
tree45710e083899d8ef5eeafeed224a7fe761928eb1 /comms
parent11b611cda550fd4ca6e48680555525002003668e (diff)
downloadports-99b8b64f4da3dcbcad1d6eda2659220e80a88d86.tar.gz
ports-99b8b64f4da3dcbcad1d6eda2659220e80a88d86.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/gnokii/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index a0560909a41d..d85c6dfbf117 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -103,6 +103,10 @@ post-patch:
@${REINPLACE_CMD} -E -e "s:^(#ifdef.*)__OpenBSD__:\1__FreeBSD__:" \
${WRKSRC}/${f}
.endfor
+.if ${OSVERSION} <= 500027
+ @${FIND} ${WRKSRC}/src -type f | ${XARGS} ${REINPLACE_CMD} \
+ -e 's|<stdint.h>|<inttypes.h>|'
+.endif
post-build:
.if defined(WITH_SMSD)