summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
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)